GetIPDlg.ui 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CGetIPDlg</class>
  4. <widget class="QDialog" name="CGetIPDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>350</width>
  10. <height>170</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>350</width>
  16. <height>170</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>350</width>
  22. <height>170</height>
  23. </size>
  24. </property>
  25. <property name="baseSize">
  26. <size>
  27. <width>350</width>
  28. <height>170</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>Input IP Setcion</string>
  33. </property>
  34. <widget class="QLabel" name="StartIP">
  35. <property name="geometry">
  36. <rect>
  37. <x>20</x>
  38. <y>30</y>
  39. <width>151</width>
  40. <height>21</height>
  41. </rect>
  42. </property>
  43. <property name="text">
  44. <string>Starting IP Address</string>
  45. </property>
  46. </widget>
  47. <widget class="QLabel" name="EndIP">
  48. <property name="geometry">
  49. <rect>
  50. <x>20</x>
  51. <y>80</y>
  52. <width>151</width>
  53. <height>21</height>
  54. </rect>
  55. </property>
  56. <property name="layoutDirection">
  57. <enum>Qt::LeftToRight</enum>
  58. </property>
  59. <property name="text">
  60. <string>End IP Address</string>
  61. </property>
  62. </widget>
  63. <widget class="QPushButton" name="GetIP_OK">
  64. <property name="geometry">
  65. <rect>
  66. <x>50</x>
  67. <y>130</y>
  68. <width>75</width>
  69. <height>23</height>
  70. </rect>
  71. </property>
  72. <property name="text">
  73. <string>OK</string>
  74. </property>
  75. </widget>
  76. <widget class="QPushButton" name="GetIP_Cancel">
  77. <property name="geometry">
  78. <rect>
  79. <x>210</x>
  80. <y>130</y>
  81. <width>75</width>
  82. <height>23</height>
  83. </rect>
  84. </property>
  85. <property name="text">
  86. <string>Cancel</string>
  87. </property>
  88. </widget>
  89. <widget class="QLineEdit" name="StartIP_Edit">
  90. <property name="geometry">
  91. <rect>
  92. <x>180</x>
  93. <y>30</y>
  94. <width>151</width>
  95. <height>20</height>
  96. </rect>
  97. </property>
  98. </widget>
  99. <widget class="QLineEdit" name="EndIP_Edit">
  100. <property name="geometry">
  101. <rect>
  102. <x>180</x>
  103. <y>80</y>
  104. <width>151</width>
  105. <height>20</height>
  106. </rect>
  107. </property>
  108. </widget>
  109. </widget>
  110. <layoutdefault spacing="6" margin="11"/>
  111. <resources/>
  112. <connections/>
  113. </ui>