changemask.ui 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ChangeMask</class>
  4. <widget class="QDialog" name="ChangeMask">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>500</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. <layout class="QHBoxLayout" name="horizontalLayout_2" stretch="0,0,0,0">
  19. <item>
  20. <spacer name="horizontalSpacer">
  21. <property name="orientation">
  22. <enum>Qt::Horizontal</enum>
  23. </property>
  24. <property name="sizeHint" stdset="0">
  25. <size>
  26. <width>40</width>
  27. <height>20</height>
  28. </size>
  29. </property>
  30. </spacer>
  31. </item>
  32. <item>
  33. <widget class="QToolButton" name="black">
  34. <property name="text">
  35. <string/>
  36. </property>
  37. <property name="icon">
  38. <iconset resource="icons.qrc">
  39. <normaloff>:/icons/black.png</normaloff>:/icons/black.png</iconset>
  40. </property>
  41. <property name="checkable">
  42. <bool>true</bool>
  43. </property>
  44. <property name="checked">
  45. <bool>true</bool>
  46. </property>
  47. </widget>
  48. </item>
  49. <item>
  50. <widget class="QToolButton" name="white">
  51. <property name="autoFillBackground">
  52. <bool>false</bool>
  53. </property>
  54. <property name="text">
  55. <string/>
  56. </property>
  57. <property name="icon">
  58. <iconset resource="icons.qrc">
  59. <normaloff>:/icons/white.png</normaloff>:/icons/white.png</iconset>
  60. </property>
  61. <property name="checkable">
  62. <bool>true</bool>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <spacer name="horizontalSpacer_2">
  68. <property name="orientation">
  69. <enum>Qt::Horizontal</enum>
  70. </property>
  71. <property name="sizeHint" stdset="0">
  72. <size>
  73. <width>40</width>
  74. <height>20</height>
  75. </size>
  76. </property>
  77. </spacer>
  78. </item>
  79. </layout>
  80. </item>
  81. <item>
  82. <widget class="QWidget" name="widget" native="true">
  83. <property name="sizePolicy">
  84. <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
  85. <horstretch>0</horstretch>
  86. <verstretch>4</verstretch>
  87. </sizepolicy>
  88. </property>
  89. <property name="maximumSize">
  90. <size>
  91. <width>16777215</width>
  92. <height>16777215</height>
  93. </size>
  94. </property>
  95. <layout class="QVBoxLayout" name="verticalLayout_2"/>
  96. </widget>
  97. </item>
  98. <item>
  99. <layout class="QHBoxLayout" name="horizontalLayout">
  100. <property name="spacing">
  101. <number>2</number>
  102. </property>
  103. <item>
  104. <widget class="QPushButton" name="abort">
  105. <property name="text">
  106. <string>Abbrechen</string>
  107. </property>
  108. </widget>
  109. </item>
  110. <item>
  111. <widget class="QPushButton" name="save">
  112. <property name="text">
  113. <string>Speichern</string>
  114. </property>
  115. </widget>
  116. </item>
  117. </layout>
  118. </item>
  119. </layout>
  120. </widget>
  121. <resources>
  122. <include location="icons.qrc"/>
  123. </resources>
  124. <connections/>
  125. </ui>