DevInitDlg.ui 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>CDevInitDlg</class>
  4. <widget class="QDialog" name="CDevInitDlg">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>600</width>
  10. <height>500</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>600</width>
  16. <height>500</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>600</width>
  22. <height>500</height>
  23. </size>
  24. </property>
  25. <property name="baseSize">
  26. <size>
  27. <width>600</width>
  28. <height>500</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string>DevInit</string>
  33. </property>
  34. <widget class="QGroupBox" name="SearchDevice">
  35. <property name="geometry">
  36. <rect>
  37. <x>10</x>
  38. <y>350</y>
  39. <width>271</width>
  40. <height>141</height>
  41. </rect>
  42. </property>
  43. <property name="title">
  44. <string>Search Device</string>
  45. </property>
  46. <widget class="QPushButton" name="Broadcast_Button">
  47. <property name="geometry">
  48. <rect>
  49. <x>10</x>
  50. <y>40</y>
  51. <width>251</width>
  52. <height>23</height>
  53. </rect>
  54. </property>
  55. <property name="text">
  56. <string>Search by Multicast and Broadcast</string>
  57. </property>
  58. </widget>
  59. <widget class="QPushButton" name="ByIPSearchButton">
  60. <property name="geometry">
  61. <rect>
  62. <x>40</x>
  63. <y>100</y>
  64. <width>181</width>
  65. <height>23</height>
  66. </rect>
  67. </property>
  68. <property name="text">
  69. <string>Search by Point to Point</string>
  70. </property>
  71. </widget>
  72. </widget>
  73. <widget class="QGroupBox" name="OperateDevice">
  74. <property name="geometry">
  75. <rect>
  76. <x>300</x>
  77. <y>350</y>
  78. <width>281</width>
  79. <height>141</height>
  80. </rect>
  81. </property>
  82. <property name="title">
  83. <string>Operate Device</string>
  84. </property>
  85. <widget class="QPushButton" name="InitializeDevice_Button">
  86. <property name="geometry">
  87. <rect>
  88. <x>60</x>
  89. <y>40</y>
  90. <width>161</width>
  91. <height>23</height>
  92. </rect>
  93. </property>
  94. <property name="layoutDirection">
  95. <enum>Qt::LeftToRight</enum>
  96. </property>
  97. <property name="text">
  98. <string>Initialize Device</string>
  99. </property>
  100. </widget>
  101. </widget>
  102. <widget class="QGroupBox" name="DeviceList">
  103. <property name="geometry">
  104. <rect>
  105. <x>10</x>
  106. <y>10</y>
  107. <width>571</width>
  108. <height>331</height>
  109. </rect>
  110. </property>
  111. <property name="title">
  112. <string>Device List</string>
  113. </property>
  114. <widget class="QTableView" name="tableView">
  115. <property name="geometry">
  116. <rect>
  117. <x>10</x>
  118. <y>20</y>
  119. <width>551</width>
  120. <height>301</height>
  121. </rect>
  122. </property>
  123. </widget>
  124. </widget>
  125. </widget>
  126. <layoutdefault spacing="6" margin="11"/>
  127. <resources/>
  128. <connections/>
  129. </ui>