des.ui 1.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>Dialog</class>
  4. <widget class="QDialog" name="Dialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>849</width>
  10. <height>652</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QLabel" name="label">
  17. <property name="geometry">
  18. <rect>
  19. <x>50</x>
  20. <y>110</y>
  21. <width>600</width>
  22. <height>500</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true">border-width:10px;
  27. border-style:solid;
  28. border-color:#FF0000;
  29. border-radious:10px;
  30. border-radius:10px;
  31. border-left-color:yellow;
  32. border-right-color:pink;
  33. border-top-color:black;
  34. </string>
  35. </property>
  36. <property name="text">
  37. <string>TextLabel</string>
  38. </property>
  39. </widget>
  40. <widget class="QPushButton" name="pushButton">
  41. <property name="geometry">
  42. <rect>
  43. <x>590</x>
  44. <y>40</y>
  45. <width>93</width>
  46. <height>28</height>
  47. </rect>
  48. </property>
  49. <property name="text">
  50. <string>PushButton</string>
  51. </property>
  52. </widget>
  53. <widget class="QToolButton" name="toolButton">
  54. <property name="geometry">
  55. <rect>
  56. <x>610</x>
  57. <y>110</y>
  58. <width>47</width>
  59. <height>21</height>
  60. </rect>
  61. </property>
  62. <property name="text">
  63. <string>...</string>
  64. </property>
  65. </widget>
  66. <widget class="QPushButton" name="pushButton_2">
  67. <property name="geometry">
  68. <rect>
  69. <x>230</x>
  70. <y>30</y>
  71. <width>93</width>
  72. <height>28</height>
  73. </rect>
  74. </property>
  75. <property name="text">
  76. <string>PushButton</string>
  77. </property>
  78. </widget>
  79. </widget>
  80. <resources/>
  81. <connections/>
  82. </ui>