Preferences/ConfigurationPages/LogViewerPage.ui

changeset 4095
c78cdc1a3c14
equal deleted inserted replaced
4094:2077ba18a848 4095:c78cdc1a3c14
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>480</width>
10 <height>515</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>&lt;b&gt;Configure Log Viewer&lt;/b&gt;</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 Colour:</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 colour for text sent to stderr</string>
63 </property>
64 <property name="text">
65 <string/>
66 </property>
67 </widget>
68 </item>
69 <item>
70 <spacer name="horizontalSpacer">
71 <property name="orientation">
72 <enum>Qt::Horizontal</enum>
73 </property>
74 <property name="sizeHint" stdset="0">
75 <size>
76 <width>316</width>
77 <height>20</height>
78 </size>
79 </property>
80 </spacer>
81 </item>
82 </layout>
83 </item>
84 <item>
85 <widget class="QLabel" name="label">
86 <property name="text">
87 <string>Message Filters:</string>
88 </property>
89 </widget>
90 </item>
91 <item>
92 <widget class="QTabWidget" name="filtersTabWidget">
93 <property name="currentIndex">
94 <number>0</number>
95 </property>
96 <widget class="QWidget" name="stdout">
97 <attribute name="title">
98 <string>Standard Output</string>
99 </attribute>
100 <layout class="QVBoxLayout" name="verticalLayout_2">
101 <item>
102 <widget class="E5StringListEditWidget" name="stdoutFilterEdit" native="true"/>
103 </item>
104 </layout>
105 </widget>
106 <widget class="QWidget" name="stderr">
107 <attribute name="title">
108 <string>Standard Error</string>
109 </attribute>
110 <layout class="QVBoxLayout" name="verticalLayout_3">
111 <item>
112 <widget class="E5StringListEditWidget" name="stderrFilterEdit" native="true"/>
113 </item>
114 </layout>
115 </widget>
116 <widget class="QWidget" name="stdxxx">
117 <attribute name="title">
118 <string>Both</string>
119 </attribute>
120 <layout class="QVBoxLayout" name="verticalLayout_4">
121 <item>
122 <widget class="E5StringListEditWidget" name="stdxxxFilterEdit" native="true"/>
123 </item>
124 </layout>
125 </widget>
126 </widget>
127 </item>
128 </layout>
129 </widget>
130 <customwidgets>
131 <customwidget>
132 <class>E5StringListEditWidget</class>
133 <extends>QWidget</extends>
134 <header>E5Gui/E5StringListEditWidget.h</header>
135 <container>1</container>
136 </customwidget>
137 </customwidgets>
138 <tabstops>
139 <tabstop>lvAutoRaiseCheckBox</tabstop>
140 <tabstop>stderrTextColourButton</tabstop>
141 <tabstop>filtersTabWidget</tabstop>
142 </tabstops>
143 <resources/>
144 <connections/>
145 </ui>

eric ide

mercurial