DialogForLoop.ui 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>DialogForLoop</class>
  4. <widget class="QDialog" name="DialogForLoop">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>363</width>
  10. <height>216</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>DialogForLoop</string>
  15. </property>
  16. <widget class="QGroupBox" name="groupBox_2">
  17. <property name="geometry">
  18. <rect>
  19. <x>20</x>
  20. <y>90</y>
  21. <width>321</width>
  22. <height>61</height>
  23. </rect>
  24. </property>
  25. <property name="title">
  26. <string>输出接口</string>
  27. </property>
  28. <widget class="QLabel" name="label_2">
  29. <property name="geometry">
  30. <rect>
  31. <x>20</x>
  32. <y>20</y>
  33. <width>41</width>
  34. <height>16</height>
  35. </rect>
  36. </property>
  37. <property name="text">
  38. <string>Index:</string>
  39. </property>
  40. </widget>
  41. <widget class="QLineEdit" name="editIndex">
  42. <property name="geometry">
  43. <rect>
  44. <x>90</x>
  45. <y>20</y>
  46. <width>171</width>
  47. <height>21</height>
  48. </rect>
  49. </property>
  50. </widget>
  51. </widget>
  52. <widget class="QGroupBox" name="groupBox">
  53. <property name="geometry">
  54. <rect>
  55. <x>20</x>
  56. <y>10</y>
  57. <width>321</width>
  58. <height>61</height>
  59. </rect>
  60. </property>
  61. <property name="title">
  62. <string>输入接口</string>
  63. </property>
  64. <widget class="QLineEdit" name="editSize">
  65. <property name="geometry">
  66. <rect>
  67. <x>90</x>
  68. <y>20</y>
  69. <width>171</width>
  70. <height>21</height>
  71. </rect>
  72. </property>
  73. </widget>
  74. <widget class="QLabel" name="label">
  75. <property name="geometry">
  76. <rect>
  77. <x>20</x>
  78. <y>20</y>
  79. <width>41</width>
  80. <height>16</height>
  81. </rect>
  82. </property>
  83. <property name="text">
  84. <string>Size:</string>
  85. </property>
  86. </widget>
  87. </widget>
  88. <widget class="QPushButton" name="okButton">
  89. <property name="geometry">
  90. <rect>
  91. <x>130</x>
  92. <y>170</y>
  93. <width>91</width>
  94. <height>31</height>
  95. </rect>
  96. </property>
  97. <property name="text">
  98. <string>OK</string>
  99. </property>
  100. <property name="default">
  101. <bool>true</bool>
  102. </property>
  103. </widget>
  104. <widget class="QPushButton" name="cancelButton">
  105. <property name="geometry">
  106. <rect>
  107. <x>250</x>
  108. <y>170</y>
  109. <width>91</width>
  110. <height>31</height>
  111. </rect>
  112. </property>
  113. <property name="text">
  114. <string>Cancel</string>
  115. </property>
  116. </widget>
  117. </widget>
  118. <layoutdefault spacing="6" margin="11"/>
  119. <resources/>
  120. <connections/>
  121. </ui>