DialogNewPou.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogNewPou</class>
  4. <widget class="QWidget" name="DialogNewPou">
  5. <property name="windowModality">
  6. <enum>Qt::NonModal</enum>
  7. </property>
  8. <property name="geometry">
  9. <rect>
  10. <x>0</x>
  11. <y>0</y>
  12. <width>375</width>
  13. <height>271</height>
  14. </rect>
  15. </property>
  16. <property name="windowTitle">
  17. <string>DialogNewPou</string>
  18. </property>
  19. <widget class="QGroupBox" name="groupBox">
  20. <property name="geometry">
  21. <rect>
  22. <x>10</x>
  23. <y>50</y>
  24. <width>351</width>
  25. <height>141</height>
  26. </rect>
  27. </property>
  28. <property name="title">
  29. <string/>
  30. </property>
  31. <widget class="QComboBox" name="comboLanguage">
  32. <property name="geometry">
  33. <rect>
  34. <x>110</x>
  35. <y>80</y>
  36. <width>201</width>
  37. <height>31</height>
  38. </rect>
  39. </property>
  40. </widget>
  41. <widget class="QLineEdit" name="editName">
  42. <property name="geometry">
  43. <rect>
  44. <x>110</x>
  45. <y>30</y>
  46. <width>201</width>
  47. <height>31</height>
  48. </rect>
  49. </property>
  50. </widget>
  51. <widget class="QLabel" name="label_3">
  52. <property name="enabled">
  53. <bool>true</bool>
  54. </property>
  55. <property name="geometry">
  56. <rect>
  57. <x>50</x>
  58. <y>80</y>
  59. <width>61</width>
  60. <height>31</height>
  61. </rect>
  62. </property>
  63. <property name="text">
  64. <string>语言:</string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  68. </property>
  69. </widget>
  70. <widget class="QLabel" name="label_2">
  71. <property name="enabled">
  72. <bool>true</bool>
  73. </property>
  74. <property name="geometry">
  75. <rect>
  76. <x>50</x>
  77. <y>30</y>
  78. <width>61</width>
  79. <height>31</height>
  80. </rect>
  81. </property>
  82. <property name="text">
  83. <string>名称:</string>
  84. </property>
  85. <property name="alignment">
  86. <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
  87. </property>
  88. </widget>
  89. </widget>
  90. <widget class="QPushButton" name="createButton">
  91. <property name="geometry">
  92. <rect>
  93. <x>150</x>
  94. <y>220</y>
  95. <width>91</width>
  96. <height>31</height>
  97. </rect>
  98. </property>
  99. <property name="text">
  100. <string>Create</string>
  101. </property>
  102. <property name="default">
  103. <bool>true</bool>
  104. </property>
  105. </widget>
  106. <widget class="QPushButton" name="cancelButton">
  107. <property name="geometry">
  108. <rect>
  109. <x>270</x>
  110. <y>220</y>
  111. <width>91</width>
  112. <height>31</height>
  113. </rect>
  114. </property>
  115. <property name="text">
  116. <string>Cancel</string>
  117. </property>
  118. </widget>
  119. <widget class="QLabel" name="labelTitle">
  120. <property name="enabled">
  121. <bool>false</bool>
  122. </property>
  123. <property name="geometry">
  124. <rect>
  125. <x>0</x>
  126. <y>0</y>
  127. <width>375</width>
  128. <height>51</height>
  129. </rect>
  130. </property>
  131. <property name="text">
  132. <string>创建新的 POU 数据集</string>
  133. </property>
  134. </widget>
  135. </widget>
  136. <layoutdefault spacing="6" margin="11"/>
  137. <resources/>
  138. <connections/>
  139. </ui>