qtdesigner_zkouska.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>982</width>
  10. <height>678</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>noticky</string>
  15. </property>
  16. <widget class="QGraphicsView" name="graphicsView">
  17. <property name="geometry">
  18. <rect>
  19. <x>440</x>
  20. <y>140</y>
  21. <width>521</width>
  22. <height>521</height>
  23. </rect>
  24. </property>
  25. </widget>
  26. <widget class="QFrame" name="frame">
  27. <property name="geometry">
  28. <rect>
  29. <x>10</x>
  30. <y>140</y>
  31. <width>431</width>
  32. <height>521</height>
  33. </rect>
  34. </property>
  35. <property name="frameShape">
  36. <enum>QFrame::StyledPanel</enum>
  37. </property>
  38. <property name="frameShadow">
  39. <enum>QFrame::Raised</enum>
  40. </property>
  41. <widget class="QScrollBar" name="verticalScrollBar">
  42. <property name="geometry">
  43. <rect>
  44. <x>410</x>
  45. <y>0</y>
  46. <width>20</width>
  47. <height>471</height>
  48. </rect>
  49. </property>
  50. <property name="orientation">
  51. <enum>Qt::Vertical</enum>
  52. </property>
  53. </widget>
  54. </widget>
  55. <widget class="QScrollBar" name="verticalScrollBar_2">
  56. <property name="geometry">
  57. <rect>
  58. <x>951</x>
  59. <y>140</y>
  60. <width>20</width>
  61. <height>501</height>
  62. </rect>
  63. </property>
  64. <property name="toolTip">
  65. <string/>
  66. </property>
  67. <property name="accessibleName">
  68. <string/>
  69. </property>
  70. <property name="orientation">
  71. <enum>Qt::Vertical</enum>
  72. </property>
  73. </widget>
  74. <widget class="QScrollBar" name="horizontalScrollBar">
  75. <property name="geometry">
  76. <rect>
  77. <x>440</x>
  78. <y>640</y>
  79. <width>531</width>
  80. <height>20</height>
  81. </rect>
  82. </property>
  83. <property name="orientation">
  84. <enum>Qt::Horizontal</enum>
  85. </property>
  86. </widget>
  87. <widget class="QWidget" name="verticalLayoutWidget_2">
  88. <property name="geometry">
  89. <rect>
  90. <x>930</x>
  91. <y>170</y>
  92. <width>21</width>
  93. <height>41</height>
  94. </rect>
  95. </property>
  96. <layout class="QVBoxLayout" name="verticalLayout_2">
  97. <item>
  98. <widget class="QPushButton" name="pushButton_3">
  99. <property name="text">
  100. <string>+</string>
  101. </property>
  102. </widget>
  103. </item>
  104. <item>
  105. <widget class="QPushButton" name="pushButton_4">
  106. <property name="text">
  107. <string>-</string>
  108. </property>
  109. </widget>
  110. </item>
  111. </layout>
  112. </widget>
  113. <widget class="QWidget" name="horizontalLayoutWidget">
  114. <property name="geometry">
  115. <rect>
  116. <x>250</x>
  117. <y>10</y>
  118. <width>168</width>
  119. <height>80</height>
  120. </rect>
  121. </property>
  122. <layout class="QHBoxLayout" name="horizontalLayout">
  123. <item>
  124. <widget class="QPushButton" name="pushButton">
  125. <property name="text">
  126. <string>+</string>
  127. </property>
  128. </widget>
  129. </item>
  130. <item>
  131. <widget class="QPushButton" name="pushButton_2">
  132. <property name="text">
  133. <string>-</string>
  134. </property>
  135. </widget>
  136. </item>
  137. </layout>
  138. </widget>
  139. </widget>
  140. <resources/>
  141. <connections/>
  142. </ui>