|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <ui version="4.0"> |
|
3 <class>LogViewerPage</class> |
|
4 <widget class="QWidget" name="LogViewerPage"> |
|
5 <property name="geometry"> |
|
6 <rect> |
|
7 <x>0</x> |
|
8 <y>0</y> |
|
9 <width>601</width> |
|
10 <height>479</height> |
|
11 </rect> |
|
12 </property> |
|
13 <layout class="QVBoxLayout" name="verticalLayout"> |
|
14 <item> |
|
15 <widget class="QLabel" name="headerLabel"> |
|
16 <property name="text"> |
|
17 <string><b>Configure Log Viewer</b></string> |
|
18 </property> |
|
19 </widget> |
|
20 </item> |
|
21 <item> |
|
22 <widget class="Line" name="line9"> |
|
23 <property name="frameShape"> |
|
24 <enum>QFrame::HLine</enum> |
|
25 </property> |
|
26 <property name="frameShadow"> |
|
27 <enum>QFrame::Sunken</enum> |
|
28 </property> |
|
29 <property name="orientation"> |
|
30 <enum>Qt::Horizontal</enum> |
|
31 </property> |
|
32 </widget> |
|
33 </item> |
|
34 <item> |
|
35 <widget class="QCheckBox" name="lvAutoRaiseCheckBox"> |
|
36 <property name="toolTip"> |
|
37 <string>Select to show the log-viewer upon new output</string> |
|
38 </property> |
|
39 <property name="text"> |
|
40 <string>Show upon new output</string> |
|
41 </property> |
|
42 </widget> |
|
43 </item> |
|
44 <item> |
|
45 <layout class="QHBoxLayout" name="horizontalLayout"> |
|
46 <item> |
|
47 <widget class="QLabel" name="TextLabel3_2_2"> |
|
48 <property name="text"> |
|
49 <string>Error Color:</string> |
|
50 </property> |
|
51 </widget> |
|
52 </item> |
|
53 <item> |
|
54 <widget class="QPushButton" name="stderrTextColourButton"> |
|
55 <property name="minimumSize"> |
|
56 <size> |
|
57 <width>100</width> |
|
58 <height>0</height> |
|
59 </size> |
|
60 </property> |
|
61 <property name="toolTip"> |
|
62 <string>Select the color for text sent to stderr</string> |
|
63 </property> |
|
64 <property name="text"> |
|
65 <string/> |
|
66 </property> |
|
67 </widget> |
|
68 </item> |
|
69 <item> |
|
70 <widget class="QLineEdit" name="errorTextExample"> |
|
71 <property name="text"> |
|
72 <string>There was an error condition reported.</string> |
|
73 </property> |
|
74 <property name="readOnly"> |
|
75 <bool>true</bool> |
|
76 </property> |
|
77 </widget> |
|
78 </item> |
|
79 </layout> |
|
80 </item> |
|
81 <item> |
|
82 <widget class="QLabel" name="label"> |
|
83 <property name="text"> |
|
84 <string>Message Filters:</string> |
|
85 </property> |
|
86 </widget> |
|
87 </item> |
|
88 <item> |
|
89 <widget class="QTabWidget" name="filtersTabWidget"> |
|
90 <property name="currentIndex"> |
|
91 <number>0</number> |
|
92 </property> |
|
93 <widget class="QWidget" name="stdout"> |
|
94 <attribute name="title"> |
|
95 <string>Standard Output</string> |
|
96 </attribute> |
|
97 <layout class="QVBoxLayout" name="verticalLayout_2"> |
|
98 <item> |
|
99 <widget class="EricStringListEditWidget" name="stdoutFilterEdit" native="true"/> |
|
100 </item> |
|
101 </layout> |
|
102 </widget> |
|
103 <widget class="QWidget" name="stderr"> |
|
104 <attribute name="title"> |
|
105 <string>Standard Error</string> |
|
106 </attribute> |
|
107 <layout class="QVBoxLayout" name="verticalLayout_3"> |
|
108 <item> |
|
109 <widget class="EricStringListEditWidget" name="stderrFilterEdit" native="true"/> |
|
110 </item> |
|
111 </layout> |
|
112 </widget> |
|
113 <widget class="QWidget" name="stdxxx"> |
|
114 <attribute name="title"> |
|
115 <string>Both</string> |
|
116 </attribute> |
|
117 <layout class="QVBoxLayout" name="verticalLayout_4"> |
|
118 <item> |
|
119 <widget class="EricStringListEditWidget" name="stdxxxFilterEdit" native="true"/> |
|
120 </item> |
|
121 </layout> |
|
122 </widget> |
|
123 </widget> |
|
124 </item> |
|
125 </layout> |
|
126 </widget> |
|
127 <customwidgets> |
|
128 <customwidget> |
|
129 <class>EricStringListEditWidget</class> |
|
130 <extends>QWidget</extends> |
|
131 <header>EricWidgets/EricStringListEditWidget.h</header> |
|
132 <container>1</container> |
|
133 </customwidget> |
|
134 </customwidgets> |
|
135 <tabstops> |
|
136 <tabstop>lvAutoRaiseCheckBox</tabstop> |
|
137 <tabstop>stderrTextColourButton</tabstop> |
|
138 <tabstop>filtersTabWidget</tabstop> |
|
139 </tabstops> |
|
140 <resources/> |
|
141 <connections/> |
|
142 </ui> |