color-source-toolbar.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ColorSourceToolbar</class>
  4. <widget class="QWidget" name="ColorSourceToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>565</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>22</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string notr="true">Form</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="leftMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="QLabel" name="color">
  49. <property name="sizePolicy">
  50. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  51. <horstretch>0</horstretch>
  52. <verstretch>0</verstretch>
  53. </sizepolicy>
  54. </property>
  55. <property name="minimumSize">
  56. <size>
  57. <width>80</width>
  58. <height>22</height>
  59. </size>
  60. </property>
  61. <property name="maximumSize">
  62. <size>
  63. <width>16777215</width>
  64. <height>22</height>
  65. </size>
  66. </property>
  67. <property name="text">
  68. <string notr="true">color here</string>
  69. </property>
  70. <property name="alignment">
  71. <set>Qt::AlignCenter</set>
  72. </property>
  73. </widget>
  74. </item>
  75. <item>
  76. <widget class="QPushButton" name="choose">
  77. <property name="minimumSize">
  78. <size>
  79. <width>0</width>
  80. <height>22</height>
  81. </size>
  82. </property>
  83. <property name="maximumSize">
  84. <size>
  85. <width>16777215</width>
  86. <height>22</height>
  87. </size>
  88. </property>
  89. <property name="text">
  90. <string>Basic.PropertiesWindow.SelectColor</string>
  91. </property>
  92. </widget>
  93. </item>
  94. <item>
  95. <spacer name="horizontalSpacer">
  96. <property name="orientation">
  97. <enum>Qt::Horizontal</enum>
  98. </property>
  99. <property name="sizeHint" stdset="0">
  100. <size>
  101. <width>40</width>
  102. <height>20</height>
  103. </size>
  104. </property>
  105. </spacer>
  106. </item>
  107. </layout>
  108. </widget>
  109. <resources/>
  110. <connections/>
  111. </ui>