|
17 | 17 | <item> |
18 | 18 | <widget class="QTabWidget" name="toolTabWidget"> |
19 | 19 | <property name="currentIndex"> |
20 | | - <number>0</number> |
| 20 | + <number>1</number> |
21 | 21 | </property> |
22 | 22 | <widget class="QWidget" name="controlsTab"> |
23 | 23 | <attribute name="title"> |
|
27 | 27 | <item row="0" column="1"> |
28 | 28 | <widget class="WSearchLineEdit" name="controlSearch"/> |
29 | 29 | </item> |
| 30 | + <item row="0" column="0"> |
| 31 | + <spacer name="horizontalSpacer"> |
| 32 | + <property name="orientation"> |
| 33 | + <enum>Qt::Horizontal</enum> |
| 34 | + </property> |
| 35 | + <property name="sizeHint" stdset="0"> |
| 36 | + <size> |
| 37 | + <width>40</width> |
| 38 | + <height>20</height> |
| 39 | + </size> |
| 40 | + </property> |
| 41 | + </spacer> |
| 42 | + </item> |
30 | 43 | <item row="1" column="0" colspan="2"> |
31 | 44 | <widget class="QTableView" name="controlsTable"> |
32 | 45 | <property name="editTriggers"> |
|
55 | 68 | </attribute> |
56 | 69 | </widget> |
57 | 70 | </item> |
| 71 | + </layout> |
| 72 | + </widget> |
| 73 | + <widget class="QWidget" name="logTab"> |
| 74 | + <attribute name="title"> |
| 75 | + <string>Log</string> |
| 76 | + </attribute> |
| 77 | + <layout class="QGridLayout" name="gridLayout_2"> |
| 78 | + <item row="0" column="1"> |
| 79 | + <widget class="QLineEdit" name="logSearch"/> |
| 80 | + </item> |
58 | 81 | <item row="0" column="0"> |
59 | | - <spacer name="horizontalSpacer"> |
| 82 | + <spacer name="horizontalSpacer_2"> |
60 | 83 | <property name="orientation"> |
61 | 84 | <enum>Qt::Horizontal</enum> |
62 | 85 | </property> |
|
68 | 91 | </property> |
69 | 92 | </spacer> |
70 | 93 | </item> |
71 | | - </layout> |
72 | | - </widget> |
73 | | - <widget class="QWidget" name="logTab"> |
74 | | - <attribute name="title"> |
75 | | - <string>Log</string> |
76 | | - </attribute> |
77 | | - <layout class="QVBoxLayout" name="verticalLayout_3"> |
78 | | - <item> |
| 94 | + <item row="0" column="2"> |
| 95 | + <widget class="QPushButton" name="logSearchButton"> |
| 96 | + <property name="text"> |
| 97 | + <string>Search</string> |
| 98 | + </property> |
| 99 | + </widget> |
| 100 | + </item> |
| 101 | + <item row="1" column="0" colspan="3"> |
79 | 102 | <widget class="QTextEdit" name="logTextView"> |
80 | 103 | <property name="readOnly"> |
81 | 104 | <bool>true</bool> |
|
84 | 107 | <string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
85 | 108 | <html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
86 | 109 | p, li { white-space: pre-wrap; } |
87 | | -</style></head><body style=" font-family:'.Lucida Grande UI'; font-size:13pt; font-weight:400; font-style:normal;"> |
88 | | -<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p></body></html></string> |
| 110 | +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> |
| 111 | +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'.Lucida Grande UI'; font-size:13pt;"><br /></p></body></html></string> |
89 | 112 | </property> |
90 | 113 | <property name="overwriteMode"> |
91 | 114 | <bool>true</bool> |
|
0 commit comments