changepacket.ui 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChangePacket</class>
  4. <widget class="QDialog" name="ChangePacket">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>640</width>
  10. <height>400</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <widget class="QWidget" name="widget" native="true">
  19. <property name="sizePolicy">
  20. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  21. <horstretch>0</horstretch>
  22. <verstretch>6</verstretch>
  23. </sizepolicy>
  24. </property>
  25. <layout class="QHBoxLayout" name="horizontalLayout_3">
  26. <item>
  27. <widget class="QWidget" name="widget_2" native="true">
  28. <property name="sizePolicy">
  29. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  30. <horstretch>0</horstretch>
  31. <verstretch>0</verstretch>
  32. </sizepolicy>
  33. </property>
  34. <layout class="QVBoxLayout" name="verticalLayout_2">
  35. <item>
  36. <layout class="QHBoxLayout" name="horizontalLayout_4" stretch="0,0">
  37. <item>
  38. <widget class="QLabel" name="label">
  39. <property name="text">
  40. <string>ID:</string>
  41. </property>
  42. </widget>
  43. </item>
  44. <item>
  45. <widget class="QLineEdit" name="name">
  46. <property name="enabled">
  47. <bool>true</bool>
  48. </property>
  49. </widget>
  50. </item>
  51. </layout>
  52. </item>
  53. <item>
  54. <widget class="QLabel" name="packet">
  55. <property name="sizePolicy">
  56. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  57. <horstretch>1</horstretch>
  58. <verstretch>5</verstretch>
  59. </sizepolicy>
  60. </property>
  61. <property name="text">
  62. <string/>
  63. </property>
  64. </widget>
  65. </item>
  66. </layout>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QWidget" name="widget_3" native="true">
  71. <property name="sizePolicy">
  72. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  73. <horstretch>0</horstretch>
  74. <verstretch>0</verstretch>
  75. </sizepolicy>
  76. </property>
  77. <layout class="QVBoxLayout" name="verticalLayout_3">
  78. <item>
  79. <layout class="QHBoxLayout" name="horizontalLayout_5" stretch="1,0,0">
  80. <item>
  81. <widget class="QComboBox" name="packetList"/>
  82. </item>
  83. <item>
  84. <widget class="QToolButton" name="previousePicture">
  85. <property name="text">
  86. <string>...</string>
  87. </property>
  88. <property name="icon">
  89. <iconset resource="icons.qrc">
  90. <normaloff>:/icons/before.png</normaloff>:/icons/before.png</iconset>
  91. </property>
  92. <property name="shortcut">
  93. <string>Left</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QToolButton" name="nextPicture">
  99. <property name="text">
  100. <string>...</string>
  101. </property>
  102. <property name="icon">
  103. <iconset resource="icons.qrc">
  104. <normaloff>:/icons/next.png</normaloff>:/icons/next.png</iconset>
  105. </property>
  106. <property name="shortcut">
  107. <string>Right</string>
  108. </property>
  109. </widget>
  110. </item>
  111. </layout>
  112. </item>
  113. <item>
  114. <widget class="QLabel" name="packetCompare">
  115. <property name="sizePolicy">
  116. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  117. <horstretch>1</horstretch>
  118. <verstretch>6</verstretch>
  119. </sizepolicy>
  120. </property>
  121. <property name="text">
  122. <string/>
  123. </property>
  124. </widget>
  125. </item>
  126. </layout>
  127. </widget>
  128. </item>
  129. </layout>
  130. </widget>
  131. </item>
  132. <item>
  133. <layout class="QHBoxLayout" name="horizontalLayout">
  134. <item>
  135. <widget class="QPushButton" name="abbrechen">
  136. <property name="text">
  137. <string>Abbrechen</string>
  138. </property>
  139. </widget>
  140. </item>
  141. <item>
  142. <widget class="QPushButton" name="speichern">
  143. <property name="text">
  144. <string>Speichern</string>
  145. </property>
  146. <property name="default">
  147. <bool>true</bool>
  148. </property>
  149. </widget>
  150. </item>
  151. </layout>
  152. </item>
  153. </layout>
  154. </widget>
  155. <tabstops>
  156. <tabstop>name</tabstop>
  157. <tabstop>packetList</tabstop>
  158. <tabstop>previousePicture</tabstop>
  159. <tabstop>nextPicture</tabstop>
  160. <tabstop>abbrechen</tabstop>
  161. <tabstop>speichern</tabstop>
  162. </tabstops>
  163. <resources>
  164. <include location="icons.qrc"/>
  165. </resources>
  166. <connections>
  167. <connection>
  168. <sender>name</sender>
  169. <signal>returnPressed()</signal>
  170. <receiver>speichern</receiver>
  171. <slot>click()</slot>
  172. <hints>
  173. <hint type="sourcelabel">
  174. <x>124</x>
  175. <y>43</y>
  176. </hint>
  177. <hint type="destinationlabel">
  178. <x>426</x>
  179. <y>381</y>
  180. </hint>
  181. </hints>
  182. </connection>
  183. </connections>
  184. </ui>