mainwindow.ui 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>MainWindow</class>
  4. <widget class="QMainWindow" name="MainWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>415</width>
  10. <height>459</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Preferred">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="windowTitle">
  20. <string>IdeasX Workstation Client</string>
  21. </property>
  22. <property name="documentMode">
  23. <bool>false</bool>
  24. </property>
  25. <property name="dockNestingEnabled">
  26. <bool>true</bool>
  27. </property>
  28. <property name="dockOptions">
  29. <set>QMainWindow::AllowNestedDocks|QMainWindow::AllowTabbedDocks|QMainWindow::AnimatedDocks|QMainWindow::VerticalTabs</set>
  30. </property>
  31. <property name="unifiedTitleAndToolBarOnMac">
  32. <bool>false</bool>
  33. </property>
  34. <widget class="QWidget" name="centralwidget">
  35. <layout class="QVBoxLayout" name="verticalLayout">
  36. <item>
  37. <widget class="QTabWidget" name="tabWidget">
  38. <property name="contextMenuPolicy">
  39. <enum>Qt::DefaultContextMenu</enum>
  40. </property>
  41. <property name="layoutDirection">
  42. <enum>Qt::LeftToRight</enum>
  43. </property>
  44. <property name="autoFillBackground">
  45. <bool>true</bool>
  46. </property>
  47. <property name="tabPosition">
  48. <enum>QTabWidget::West</enum>
  49. </property>
  50. <property name="currentIndex">
  51. <number>2</number>
  52. </property>
  53. <property name="elideMode">
  54. <enum>Qt::ElideNone</enum>
  55. </property>
  56. <property name="documentMode">
  57. <bool>false</bool>
  58. </property>
  59. <property name="tabBarAutoHide">
  60. <bool>true</bool>
  61. </property>
  62. <widget class="QWidget" name="tabEncoder">
  63. <property name="maximumSize">
  64. <size>
  65. <width>16777215</width>
  66. <height>16777215</height>
  67. </size>
  68. </property>
  69. <attribute name="title">
  70. <string>Encoders</string>
  71. </attribute>
  72. <layout class="QGridLayout" name="gridLayout">
  73. <item row="1" column="0">
  74. <spacer name="horizontalSpacer">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="sizeHint" stdset="0">
  79. <size>
  80. <width>40</width>
  81. <height>20</height>
  82. </size>
  83. </property>
  84. </spacer>
  85. </item>
  86. <item row="1" column="1">
  87. <widget class="QLineEdit" name="searchEncoder">
  88. <property name="placeholderText">
  89. <string>Search for Encoder by Username or Device ID</string>
  90. </property>
  91. <property name="clearButtonEnabled">
  92. <bool>true</bool>
  93. </property>
  94. </widget>
  95. </item>
  96. <item row="0" column="0" colspan="2">
  97. <widget class="QTableView" name="tableEncoder">
  98. <property name="enabled">
  99. <bool>true</bool>
  100. </property>
  101. <property name="frameShadow">
  102. <enum>QFrame::Sunken</enum>
  103. </property>
  104. <property name="alternatingRowColors">
  105. <bool>true</bool>
  106. </property>
  107. <property name="showGrid">
  108. <bool>false</bool>
  109. </property>
  110. <property name="gridStyle">
  111. <enum>Qt::NoPen</enum>
  112. </property>
  113. <property name="sortingEnabled">
  114. <bool>true</bool>
  115. </property>
  116. <attribute name="horizontalHeaderStretchLastSection">
  117. <bool>true</bool>
  118. </attribute>
  119. <attribute name="verticalHeaderVisible">
  120. <bool>false</bool>
  121. </attribute>
  122. </widget>
  123. </item>
  124. </layout>
  125. </widget>
  126. <widget class="QWidget" name="tabActuator">
  127. <attribute name="title">
  128. <string>Actuators</string>
  129. </attribute>
  130. <layout class="QGridLayout" name="gridLayout_2">
  131. <item row="1" column="1">
  132. <widget class="QLineEdit" name="searchActuator">
  133. <property name="autoFillBackground">
  134. <bool>false</bool>
  135. </property>
  136. <property name="frame">
  137. <bool>true</bool>
  138. </property>
  139. <property name="placeholderText">
  140. <string>Search for Actuator by Name or Device ID</string>
  141. </property>
  142. <property name="clearButtonEnabled">
  143. <bool>true</bool>
  144. </property>
  145. </widget>
  146. </item>
  147. <item row="1" column="0">
  148. <spacer name="horizontalSpacer_2">
  149. <property name="orientation">
  150. <enum>Qt::Horizontal</enum>
  151. </property>
  152. <property name="sizeHint" stdset="0">
  153. <size>
  154. <width>40</width>
  155. <height>20</height>
  156. </size>
  157. </property>
  158. </spacer>
  159. </item>
  160. <item row="0" column="0" colspan="2">
  161. <widget class="QTableView" name="tableActuator">
  162. <property name="enabled">
  163. <bool>true</bool>
  164. </property>
  165. <property name="frameShadow">
  166. <enum>QFrame::Plain</enum>
  167. </property>
  168. <property name="alternatingRowColors">
  169. <bool>true</bool>
  170. </property>
  171. <property name="showGrid">
  172. <bool>false</bool>
  173. </property>
  174. <property name="sortingEnabled">
  175. <bool>true</bool>
  176. </property>
  177. <attribute name="horizontalHeaderStretchLastSection">
  178. <bool>true</bool>
  179. </attribute>
  180. <attribute name="verticalHeaderVisible">
  181. <bool>false</bool>
  182. </attribute>
  183. </widget>
  184. </item>
  185. </layout>
  186. </widget>
  187. <widget class="QWidget" name="tabSetting">
  188. <attribute name="title">
  189. <string>Settings</string>
  190. </attribute>
  191. <layout class="QGridLayout" name="gridLayout_4">
  192. <item row="9" column="0">
  193. <widget class="QLabel" name="labelPassword">
  194. <property name="text">
  195. <string>Password:</string>
  196. </property>
  197. </widget>
  198. </item>
  199. <item row="9" column="1" colspan="2">
  200. <widget class="QLineEdit" name="wifiPassword"/>
  201. </item>
  202. <item row="1" column="0">
  203. <widget class="QLabel" name="labelNetworkBroker">
  204. <property name="text">
  205. <string>Network Broker:</string>
  206. </property>
  207. </widget>
  208. </item>
  209. <item row="3" column="1" colspan="2">
  210. <widget class="QLineEdit" name="localBroker">
  211. <property name="placeholderText">
  212. <string>URL or IP</string>
  213. </property>
  214. </widget>
  215. </item>
  216. <item row="1" column="1" colspan="2">
  217. <widget class="QLineEdit" name="networkBroker">
  218. <property name="placeholderText">
  219. <string>URL or IP</string>
  220. </property>
  221. </widget>
  222. </item>
  223. <item row="8" column="0">
  224. <widget class="QLabel" name="labelSSID">
  225. <property name="text">
  226. <string>SSID:</string>
  227. </property>
  228. </widget>
  229. </item>
  230. <item row="4" column="1" colspan="2">
  231. <widget class="QLineEdit" name="localPort">
  232. <property name="placeholderText">
  233. <string>Port</string>
  234. </property>
  235. </widget>
  236. </item>
  237. <item row="8" column="1" colspan="2">
  238. <widget class="QLineEdit" name="wifiSSID"/>
  239. </item>
  240. <item row="7" column="0">
  241. <widget class="QLabel" name="labelAPSelector">
  242. <property name="text">
  243. <string>Wi-Fi Access Point:</string>
  244. </property>
  245. </widget>
  246. </item>
  247. <item row="2" column="1" colspan="2">
  248. <widget class="QLineEdit" name="networkPort">
  249. <property name="text">
  250. <string/>
  251. </property>
  252. <property name="placeholderText">
  253. <string>Port</string>
  254. </property>
  255. </widget>
  256. </item>
  257. <item row="7" column="1">
  258. <widget class="QSpinBox" name="selectAP">
  259. <property name="suffix">
  260. <string/>
  261. </property>
  262. <property name="prefix">
  263. <string>AP </string>
  264. </property>
  265. <property name="minimum">
  266. <number>1</number>
  267. </property>
  268. <property name="maximum">
  269. <number>5</number>
  270. </property>
  271. </widget>
  272. </item>
  273. <item row="6" column="0" colspan="2">
  274. <spacer name="verticalSpacer">
  275. <property name="orientation">
  276. <enum>Qt::Vertical</enum>
  277. </property>
  278. <property name="sizeHint" stdset="0">
  279. <size>
  280. <width>20</width>
  281. <height>40</height>
  282. </size>
  283. </property>
  284. </spacer>
  285. </item>
  286. <item row="3" column="0">
  287. <widget class="QLabel" name="labelLocalBroker">
  288. <property name="text">
  289. <string>Local Broker:</string>
  290. </property>
  291. </widget>
  292. </item>
  293. <item row="7" column="2">
  294. <spacer name="horizontalSpacer_3">
  295. <property name="orientation">
  296. <enum>Qt::Horizontal</enum>
  297. </property>
  298. <property name="sizeHint" stdset="0">
  299. <size>
  300. <width>40</width>
  301. <height>20</height>
  302. </size>
  303. </property>
  304. </spacer>
  305. </item>
  306. <item row="10" column="2">
  307. <widget class="QPushButton" name="buttonTrainDevice">
  308. <property name="text">
  309. <string>Train IdeasX Device</string>
  310. </property>
  311. </widget>
  312. </item>
  313. <item row="5" column="2">
  314. <widget class="QPushButton" name="buttonSettings">
  315. <property name="text">
  316. <string>Apply Settings</string>
  317. </property>
  318. </widget>
  319. </item>
  320. </layout>
  321. </widget>
  322. </widget>
  323. </item>
  324. </layout>
  325. </widget>
  326. <widget class="QStatusBar" name="statusbar">
  327. <property name="enabled">
  328. <bool>true</bool>
  329. </property>
  330. <property name="toolTipDuration">
  331. <number>-7</number>
  332. </property>
  333. <property name="layoutDirection">
  334. <enum>Qt::RightToLeft</enum>
  335. </property>
  336. </widget>
  337. </widget>
  338. <resources/>
  339. <connections/>
  340. </ui>