Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>507</width>
  10. <height>323</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <property name="sizePolicy">
  18. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  19. <horstretch>0</horstretch>
  20. <verstretch>0</verstretch>
  21. </sizepolicy>
  22. </property>
  23. <widget class="QTabWidget" name="">
  24. <property name="geometry">
  25. <rect>
  26. <x>10</x>
  27. <y>10</y>
  28. <width>258</width>
  29. <height>227</height>
  30. </rect>
  31. </property>
  32. <property name="maximumSize">
  33. <size>
  34. <width>258</width>
  35. <height>16777215</height>
  36. </size>
  37. </property>
  38. <widget class="QWidget" name="Page1" native="true">
  39. <property name="sizePolicy">
  40. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  41. <horstretch>0</horstretch>
  42. <verstretch>0</verstretch>
  43. </sizepolicy>
  44. </property>
  45. <attribute name="title">
  46. <string/>
  47. </attribute>
  48. <layout class="QGridLayout" name="gridLayout">
  49. <item row="1" column="0">
  50. <widget class="QPushButton" name="pushButton">
  51. <property name="sizePolicy">
  52. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  53. <horstretch>0</horstretch>
  54. <verstretch>0</verstretch>
  55. </sizepolicy>
  56. </property>
  57. <property name="text">
  58. <string>PushButton</string>
  59. </property>
  60. </widget>
  61. </item>
  62. <item row="0" column="0">
  63. <widget class="QListWidget" name="listWidget"/>
  64. </item>
  65. </layout>
  66. </widget>
  67. </widget>
  68. </widget>
  69. <widget class="QMenuBar" name="menubar">
  70. <property name="geometry">
  71. <rect>
  72. <x>0</x>
  73. <y>0</y>
  74. <width>507</width>
  75. <height>25</height>
  76. </rect>
  77. </property>
  78. </widget>
  79. <widget class="QStatusBar" name="statusbar"/>
  80. </widget>
  81. <resources/>
  82. <connections/>
  83. </ui>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement