color-source-toolbar.ui 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  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>37</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string notr="true">Form</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="leftMargin">
  18. <number>0</number>
  19. </property>
  20. <property name="topMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="rightMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="bottomMargin">
  27. <number>0</number>
  28. </property>
  29. <item>
  30. <widget class="QLabel" name="color">
  31. <property name="minimumSize">
  32. <size>
  33. <width>80</width>
  34. <height>0</height>
  35. </size>
  36. </property>
  37. <property name="text">
  38. <string notr="true">color here</string>
  39. </property>
  40. <property name="alignment">
  41. <set>Qt::AlignCenter</set>
  42. </property>
  43. </widget>
  44. </item>
  45. <item>
  46. <widget class="QPushButton" name="choose">
  47. <property name="text">
  48. <string>Basic.PropertiesWindow.SelectColor</string>
  49. </property>
  50. </widget>
  51. </item>
  52. <item>
  53. <spacer name="horizontalSpacer">
  54. <property name="orientation">
  55. <enum>Qt::Horizontal</enum>
  56. </property>
  57. <property name="sizeHint" stdset="0">
  58. <size>
  59. <width>40</width>
  60. <height>20</height>
  61. </size>
  62. </property>
  63. </spacer>
  64. </item>
  65. </layout>
  66. </widget>
  67. <resources/>
  68. <connections/>
  69. </ui>