2
0

consolewindow.ui 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ConsoleWindow</class>
  4. <widget class="QMainWindow" name="ConsoleWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>696</width>
  10. <height>559</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>MainWindow</string>
  15. </property>
  16. <widget class="QWidget" name="centralwidget">
  17. <layout class="QVBoxLayout" name="verticalLayout_4">
  18. <item>
  19. <widget class="QGroupBox" name="groupBox_2">
  20. <property name="maximumSize">
  21. <size>
  22. <width>16777215</width>
  23. <height>118</height>
  24. </size>
  25. </property>
  26. <property name="title">
  27. <string>Filter</string>
  28. </property>
  29. <layout class="QVBoxLayout" name="verticalLayout_2">
  30. <item>
  31. <layout class="QHBoxLayout" name="horizontalLayout_3">
  32. <item>
  33. <widget class="QLineEdit" name="lineFilter">
  34. <property name="enabled">
  35. <bool>false</bool>
  36. </property>
  37. </widget>
  38. </item>
  39. <item>
  40. <widget class="QComboBox" name="filterSyntaxComboBox">
  41. <property name="enabled">
  42. <bool>false</bool>
  43. </property>
  44. <property name="sizeAdjustPolicy">
  45. <enum>QComboBox::AdjustToContentsOnFirstShow</enum>
  46. </property>
  47. <item>
  48. <property name="text">
  49. <string>Regular Expression</string>
  50. </property>
  51. </item>
  52. <item>
  53. <property name="text">
  54. <string>Wildcard</string>
  55. </property>
  56. </item>
  57. <item>
  58. <property name="text">
  59. <string>Fixed String</string>
  60. </property>
  61. </item>
  62. <item>
  63. <property name="text">
  64. <string>UUID</string>
  65. </property>
  66. </item>
  67. </widget>
  68. </item>
  69. <item>
  70. <widget class="QPushButton" name="btnFilterClear">
  71. <property name="enabled">
  72. <bool>false</bool>
  73. </property>
  74. <property name="text">
  75. <string>&amp;Clear</string>
  76. </property>
  77. </widget>
  78. </item>
  79. </layout>
  80. </item>
  81. <item>
  82. <layout class="QHBoxLayout" name="horizontalLayout_2">
  83. <item>
  84. <widget class="QCheckBox" name="filterCaseSensitivityCheckBox">
  85. <property name="enabled">
  86. <bool>false</bool>
  87. </property>
  88. <property name="text">
  89. <string>Case sensitive filter</string>
  90. </property>
  91. <property name="checked">
  92. <bool>false</bool>
  93. </property>
  94. </widget>
  95. </item>
  96. <item>
  97. <widget class="QCheckBox" name="filterReverseCheckBox">
  98. <property name="enabled">
  99. <bool>false</bool>
  100. </property>
  101. <property name="text">
  102. <string>Reverse filter</string>
  103. </property>
  104. <property name="checked">
  105. <bool>false</bool>
  106. </property>
  107. </widget>
  108. </item>
  109. <item>
  110. <widget class="QLabel" name="lblWarningMsg">
  111. <property name="text">
  112. <string/>
  113. </property>
  114. </widget>
  115. </item>
  116. <item>
  117. <spacer name="horizontalSpacer">
  118. <property name="orientation">
  119. <enum>Qt::Horizontal</enum>
  120. </property>
  121. <property name="sizeHint" stdset="0">
  122. <size>
  123. <width>358</width>
  124. <height>20</height>
  125. </size>
  126. </property>
  127. </spacer>
  128. </item>
  129. </layout>
  130. </item>
  131. </layout>
  132. </widget>
  133. </item>
  134. <item>
  135. <widget class="QSplitter" name="splitter">
  136. <property name="orientation">
  137. <enum>Qt::Horizontal</enum>
  138. </property>
  139. <widget class="QWidget" name="layoutWidget_2">
  140. <layout class="QVBoxLayout" name="verticalLayout_3">
  141. <property name="sizeConstraint">
  142. <enum>QLayout::SetMaximumSize</enum>
  143. </property>
  144. <item>
  145. <widget class="QGroupBox" name="groupBox">
  146. <property name="maximumSize">
  147. <size>
  148. <width>120</width>
  149. <height>16777215</height>
  150. </size>
  151. </property>
  152. <property name="title">
  153. <string>Log Level Filter</string>
  154. </property>
  155. <layout class="QVBoxLayout" name="verticalLayout">
  156. <item>
  157. <widget class="QCheckBox" name="checkEmerg">
  158. <property name="text">
  159. <string>Console</string>
  160. </property>
  161. <property name="checked">
  162. <bool>true</bool>
  163. </property>
  164. </widget>
  165. </item>
  166. <item>
  167. <widget class="QCheckBox" name="checkAlert">
  168. <property name="text">
  169. <string>Alert</string>
  170. </property>
  171. <property name="checked">
  172. <bool>true</bool>
  173. </property>
  174. </widget>
  175. </item>
  176. <item>
  177. <widget class="QCheckBox" name="checkCrit">
  178. <property name="text">
  179. <string>Critical</string>
  180. </property>
  181. <property name="checked">
  182. <bool>true</bool>
  183. </property>
  184. </widget>
  185. </item>
  186. <item>
  187. <widget class="QCheckBox" name="checkError">
  188. <property name="text">
  189. <string>Error</string>
  190. </property>
  191. <property name="checked">
  192. <bool>true</bool>
  193. </property>
  194. </widget>
  195. </item>
  196. <item>
  197. <widget class="QCheckBox" name="checkWarn">
  198. <property name="text">
  199. <string>Warning</string>
  200. </property>
  201. <property name="checked">
  202. <bool>true</bool>
  203. </property>
  204. </widget>
  205. </item>
  206. <item>
  207. <widget class="QCheckBox" name="checkNotice">
  208. <property name="text">
  209. <string>Notice</string>
  210. </property>
  211. <property name="checked">
  212. <bool>true</bool>
  213. </property>
  214. </widget>
  215. </item>
  216. <item>
  217. <widget class="QCheckBox" name="checkInfo">
  218. <property name="text">
  219. <string>Info</string>
  220. </property>
  221. <property name="checked">
  222. <bool>true</bool>
  223. </property>
  224. </widget>
  225. </item>
  226. <item>
  227. <widget class="QCheckBox" name="checkDebug">
  228. <property name="text">
  229. <string>Debug</string>
  230. </property>
  231. <property name="checked">
  232. <bool>true</bool>
  233. </property>
  234. </widget>
  235. </item>
  236. <item>
  237. <spacer name="verticalSpacer">
  238. <property name="orientation">
  239. <enum>Qt::Vertical</enum>
  240. </property>
  241. <property name="sizeHint" stdset="0">
  242. <size>
  243. <width>20</width>
  244. <height>18</height>
  245. </size>
  246. </property>
  247. </spacer>
  248. </item>
  249. </layout>
  250. </widget>
  251. </item>
  252. <item>
  253. <widget class="Line" name="line">
  254. <property name="orientation">
  255. <enum>Qt::Horizontal</enum>
  256. </property>
  257. </widget>
  258. </item>
  259. <item>
  260. <widget class="QGroupBox" name="groupBox_3">
  261. <property name="maximumSize">
  262. <size>
  263. <width>120</width>
  264. <height>16777215</height>
  265. </size>
  266. </property>
  267. <property name="title">
  268. <string>Loglevel</string>
  269. </property>
  270. <layout class="QGridLayout" name="gridLayout">
  271. <item row="0" column="0">
  272. <widget class="QComboBox" name="comboLogLevel">
  273. <property name="enabled">
  274. <bool>true</bool>
  275. </property>
  276. <property name="sizePolicy">
  277. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  278. <horstretch>0</horstretch>
  279. <verstretch>0</verstretch>
  280. </sizepolicy>
  281. </property>
  282. <property name="layoutDirection">
  283. <enum>Qt::LeftToRight</enum>
  284. </property>
  285. <property name="currentIndex">
  286. <number>7</number>
  287. </property>
  288. <item>
  289. <property name="text">
  290. <string>Console</string>
  291. </property>
  292. </item>
  293. <item>
  294. <property name="text">
  295. <string>Alert</string>
  296. </property>
  297. </item>
  298. <item>
  299. <property name="text">
  300. <string>Critical</string>
  301. </property>
  302. </item>
  303. <item>
  304. <property name="text">
  305. <string>Error</string>
  306. </property>
  307. </item>
  308. <item>
  309. <property name="text">
  310. <string>Warning</string>
  311. </property>
  312. </item>
  313. <item>
  314. <property name="text">
  315. <string>Notice</string>
  316. </property>
  317. </item>
  318. <item>
  319. <property name="text">
  320. <string>Info</string>
  321. </property>
  322. </item>
  323. <item>
  324. <property name="text">
  325. <string>Debug</string>
  326. </property>
  327. </item>
  328. </widget>
  329. </item>
  330. </layout>
  331. </widget>
  332. </item>
  333. </layout>
  334. </widget>
  335. <widget class="QTableView" name="consoleListView">
  336. <property name="autoScroll">
  337. <bool>false</bool>
  338. </property>
  339. <property name="editTriggers">
  340. <set>QAbstractItemView::NoEditTriggers</set>
  341. </property>
  342. <property name="tabKeyNavigation">
  343. <bool>false</bool>
  344. </property>
  345. <property name="showDropIndicator" stdset="0">
  346. <bool>false</bool>
  347. </property>
  348. <property name="dragDropOverwriteMode">
  349. <bool>false</bool>
  350. </property>
  351. <property name="selectionMode">
  352. <enum>QAbstractItemView::ExtendedSelection</enum>
  353. </property>
  354. <property name="horizontalScrollMode">
  355. <enum>QAbstractItemView::ScrollPerPixel</enum>
  356. </property>
  357. <property name="showGrid">
  358. <bool>false</bool>
  359. </property>
  360. <property name="wordWrap">
  361. <bool>false</bool>
  362. </property>
  363. <property name="cornerButtonEnabled">
  364. <bool>false</bool>
  365. </property>
  366. <attribute name="horizontalHeaderVisible">
  367. <bool>false</bool>
  368. </attribute>
  369. <attribute name="horizontalHeaderCascadingSectionResizes">
  370. <bool>false</bool>
  371. </attribute>
  372. <attribute name="horizontalHeaderHighlightSections">
  373. <bool>false</bool>
  374. </attribute>
  375. <attribute name="horizontalHeaderShowSortIndicator" stdset="0">
  376. <bool>false</bool>
  377. </attribute>
  378. <attribute name="horizontalHeaderStretchLastSection">
  379. <bool>false</bool>
  380. </attribute>
  381. <attribute name="verticalHeaderVisible">
  382. <bool>false</bool>
  383. </attribute>
  384. <attribute name="verticalHeaderCascadingSectionResizes">
  385. <bool>false</bool>
  386. </attribute>
  387. <attribute name="verticalHeaderDefaultSectionSize">
  388. <number>20</number>
  389. </attribute>
  390. <attribute name="verticalHeaderHighlightSections">
  391. <bool>false</bool>
  392. </attribute>
  393. <attribute name="verticalHeaderShowSortIndicator" stdset="0">
  394. <bool>false</bool>
  395. </attribute>
  396. <attribute name="verticalHeaderStretchLastSection">
  397. <bool>false</bool>
  398. </attribute>
  399. </widget>
  400. </widget>
  401. </item>
  402. <item>
  403. <layout class="QHBoxLayout" name="horizontalLayout">
  404. <item>
  405. <widget class="QLineEdit" name="lineCmd">
  406. <property name="enabled">
  407. <bool>true</bool>
  408. </property>
  409. <property name="maximumSize">
  410. <size>
  411. <width>16777215</width>
  412. <height>26</height>
  413. </size>
  414. </property>
  415. </widget>
  416. </item>
  417. <item>
  418. <widget class="QPushButton" name="btnSend">
  419. <property name="enabled">
  420. <bool>false</bool>
  421. </property>
  422. <property name="minimumSize">
  423. <size>
  424. <width>0</width>
  425. <height>28</height>
  426. </size>
  427. </property>
  428. <property name="maximumSize">
  429. <size>
  430. <width>85</width>
  431. <height>28</height>
  432. </size>
  433. </property>
  434. <property name="text">
  435. <string>Send</string>
  436. </property>
  437. <property name="shortcut">
  438. <string>Return</string>
  439. </property>
  440. <property name="autoDefault">
  441. <bool>true</bool>
  442. </property>
  443. <property name="default">
  444. <bool>true</bool>
  445. </property>
  446. </widget>
  447. </item>
  448. </layout>
  449. </item>
  450. </layout>
  451. </widget>
  452. <widget class="QMenuBar" name="menubar">
  453. <property name="geometry">
  454. <rect>
  455. <x>0</x>
  456. <y>0</y>
  457. <width>696</width>
  458. <height>24</height>
  459. </rect>
  460. </property>
  461. </widget>
  462. <widget class="QStatusBar" name="statusbar"/>
  463. </widget>
  464. <resources/>
  465. <connections/>
  466. </ui>