editcolordialog.ui 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>EditColorDialog</class>
  4. <widget class="QDialog" name="EditColorDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>367</height>
  11. </rect>
  12. </property>
  13. <property name="font">
  14. <font>
  15. <family>新宋体</family>
  16. <pointsize>11</pointsize>
  17. </font>
  18. </property>
  19. <property name="windowTitle">
  20. <string>颜色</string>
  21. </property>
  22. <layout class="QVBoxLayout" name="verticalLayout">
  23. <item>
  24. <widget class="QWidget" name="widget" native="true">
  25. <layout class="QVBoxLayout" name="verticalLayout_2">
  26. <item>
  27. <widget class="QLabel" name="label">
  28. <property name="text">
  29. <string>颜色:</string>
  30. </property>
  31. </widget>
  32. </item>
  33. <item>
  34. <widget class="QListWidget" name="lvData"/>
  35. </item>
  36. <item>
  37. <widget class="QLabel" name="label_2">
  38. <property name="text">
  39. <string>最近使用颜色:</string>
  40. </property>
  41. </widget>
  42. </item>
  43. <item>
  44. <widget class="QListWidget" name="lvRecent">
  45. <property name="minimumSize">
  46. <size>
  47. <width>0</width>
  48. <height>48</height>
  49. </size>
  50. </property>
  51. <property name="maximumSize">
  52. <size>
  53. <width>16777215</width>
  54. <height>48</height>
  55. </size>
  56. </property>
  57. </widget>
  58. </item>
  59. </layout>
  60. </widget>
  61. </item>
  62. <item>
  63. <widget class="QWidget" name="widget_2" native="true">
  64. <property name="minimumSize">
  65. <size>
  66. <width>0</width>
  67. <height>41</height>
  68. </size>
  69. </property>
  70. <property name="maximumSize">
  71. <size>
  72. <width>16777215</width>
  73. <height>41</height>
  74. </size>
  75. </property>
  76. <layout class="QHBoxLayout" name="horizontalLayout">
  77. <item>
  78. <spacer name="horizontalSpacer">
  79. <property name="orientation">
  80. <enum>Qt::Horizontal</enum>
  81. </property>
  82. <property name="sizeHint" stdset="0">
  83. <size>
  84. <width>205</width>
  85. <height>20</height>
  86. </size>
  87. </property>
  88. </spacer>
  89. </item>
  90. <item>
  91. <widget class="QPushButton" name="btnOk">
  92. <property name="text">
  93. <string>确定</string>
  94. </property>
  95. </widget>
  96. </item>
  97. <item>
  98. <widget class="QPushButton" name="btnCancel">
  99. <property name="text">
  100. <string>取消</string>
  101. </property>
  102. </widget>
  103. </item>
  104. </layout>
  105. </widget>
  106. </item>
  107. </layout>
  108. </widget>
  109. <resources/>
  110. <connections/>
  111. </ui>