DialogNewUI.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewUI</class>
  4. <widget class="QDialog" name="DialogNewUI">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>375</width>
  10. <height>281</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogNewUI</string>
  15. </property>
  16. <widget class="QPushButton" name="createButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>150</x>
  20. <y>230</y>
  21. <width>91</width>
  22. <height>31</height>
  23. </rect>
  24. </property>
  25. <property name="styleSheet">
  26. <string notr="true"/>
  27. </property>
  28. <property name="text">
  29. <string>Create</string>
  30. </property>
  31. <property name="default">
  32. <bool>true</bool>
  33. </property>
  34. </widget>
  35. <widget class="QPushButton" name="cancelButton">
  36. <property name="geometry">
  37. <rect>
  38. <x>270</x>
  39. <y>230</y>
  40. <width>91</width>
  41. <height>31</height>
  42. </rect>
  43. </property>
  44. <property name="styleSheet">
  45. <string notr="true"/>
  46. </property>
  47. <property name="text">
  48. <string>Cancel</string>
  49. </property>
  50. </widget>
  51. <widget class="QLabel" name="labelTitle">
  52. <property name="enabled">
  53. <bool>false</bool>
  54. </property>
  55. <property name="geometry">
  56. <rect>
  57. <x>0</x>
  58. <y>0</y>
  59. <width>381</width>
  60. <height>45</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>创建新的设计页面</string>
  65. </property>
  66. </widget>
  67. <widget class="QGroupBox" name="groupBox">
  68. <property name="geometry">
  69. <rect>
  70. <x>10</x>
  71. <y>50</y>
  72. <width>351</width>
  73. <height>161</height>
  74. </rect>
  75. </property>
  76. <property name="title">
  77. <string/>
  78. </property>
  79. <widget class="QLabel" name="label_5">
  80. <property name="enabled">
  81. <bool>true</bool>
  82. </property>
  83. <property name="geometry">
  84. <rect>
  85. <x>40</x>
  86. <y>60</y>
  87. <width>61</width>
  88. <height>31</height>
  89. </rect>
  90. </property>
  91. <property name="text">
  92. <string>名称:</string>
  93. </property>
  94. <property name="alignment">
  95. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  96. </property>
  97. </widget>
  98. <widget class="QLineEdit" name="editName">
  99. <property name="geometry">
  100. <rect>
  101. <x>100</x>
  102. <y>60</y>
  103. <width>201</width>
  104. <height>31</height>
  105. </rect>
  106. </property>
  107. </widget>
  108. </widget>
  109. </widget>
  110. <layoutdefault spacing="6" margin="11"/>
  111. <resources/>
  112. <connections/>
  113. </ui>