d/control: Recommend gdb
[gammaray-debian.git] / mainwindow.ui
blobb56eee3c892d0bc62c0ac697cd1db195e336d60a
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ui version="4.0">
3 <class>GammaRay::MainWindow</class>
4 <widget class="QMainWindow" name="GammaRay::MainWindow">
5 <property name="geometry">
6 <rect>
7 <x>0</x>
8 <y>0</y>
9 <width>829</width>
10 <height>600</height>
11 </rect>
12 </property>
13 <widget class="QWidget" name="centralwidget">
14 <layout class="QHBoxLayout" name="horizontalLayout">
15 <property name="spacing">
16 <number>0</number>
17 </property>
18 <item>
19 <widget class="QGroupBox" name="groupBox">
20 <property name="title">
21 <string/>
22 </property>
23 <layout class="QVBoxLayout" name="verticalLayout">
24 <property name="margin">
25 <number>0</number>
26 </property>
27 <item>
28 <widget class="SidePane" name="toolSelector">
29 <property name="sizePolicy">
30 <sizepolicy hsizetype="Preferred" vsizetype="Expanding">
31 <horstretch>0</horstretch>
32 <verstretch>0</verstretch>
33 </sizepolicy>
34 </property>
35 <property name="minimumSize">
36 <size>
37 <width>180</width>
38 <height>0</height>
39 </size>
40 </property>
41 <property name="styleSheet">
42 <string notr="true">background-image: url(:/gammaray/kdab-gammary-logo.png);
43 background-repeat: no-repeat;
44 background-attachment:fixed;
45 background-position:bottom right;
46 </string>
47 </property>
48 <property name="frameShape">
49 <enum>QFrame::NoFrame</enum>
50 </property>
51 <property name="frameShadow">
52 <enum>QFrame::Plain</enum>
53 </property>
54 <property name="textElideMode">
55 <enum>Qt::ElideRight</enum>
56 </property>
57 <property name="flow">
58 <enum>QListView::TopToBottom</enum>
59 </property>
60 <property name="isWrapping" stdset="0">
61 <bool>false</bool>
62 </property>
63 <property name="resizeMode">
64 <enum>QListView::Fixed</enum>
65 </property>
66 <property name="viewMode">
67 <enum>QListView::ListMode</enum>
68 </property>
69 <property name="uniformItemSizes">
70 <bool>true</bool>
71 </property>
72 <property name="wordWrap">
73 <bool>false</bool>
74 </property>
75 <property name="selectionRectVisible">
76 <bool>true</bool>
77 </property>
78 </widget>
79 </item>
80 </layout>
81 </widget>
82 </item>
83 <item>
84 <widget class="QStackedWidget" name="toolStack">
85 <property name="sizePolicy">
86 <sizepolicy hsizetype="Expanding" vsizetype="Expanding">
87 <horstretch>0</horstretch>
88 <verstretch>0</verstretch>
89 </sizepolicy>
90 </property>
91 </widget>
92 </item>
93 </layout>
94 </widget>
95 <widget class="QMenuBar" name="menuBar">
96 <property name="geometry">
97 <rect>
98 <x>0</x>
99 <y>0</y>
100 <width>829</width>
101 <height>20</height>
102 </rect>
103 </property>
104 <widget class="QMenu" name="menu_GammaRay">
105 <property name="title">
106 <string>&amp;GammaRay</string>
107 </property>
108 <addaction name="actionRetractProbe"/>
109 <addaction name="separator"/>
110 <addaction name="actionQuit"/>
111 </widget>
112 <widget class="QMenu" name="menu_Help">
113 <property name="title">
114 <string>&amp;Help</string>
115 </property>
116 <addaction name="actionAboutGammaRay"/>
117 <addaction name="actionAboutKDAB"/>
118 <addaction name="actionAboutQt"/>
119 </widget>
120 <widget class="QMenu" name="actionsMenu">
121 <property name="title">
122 <string>&amp;Actions</string>
123 </property>
124 </widget>
125 <addaction name="menu_GammaRay"/>
126 <addaction name="actionsMenu"/>
127 <addaction name="menu_Help"/>
128 </widget>
129 <widget class="QToolBar" name="mainToolBar">
130 <property name="windowTitle">
131 <string>Main Toolbar</string>
132 </property>
133 <property name="movable">
134 <bool>false</bool>
135 </property>
136 <property name="allowedAreas">
137 <set>Qt::BottomToolBarArea|Qt::TopToolBarArea</set>
138 </property>
139 <property name="floatable">
140 <bool>false</bool>
141 </property>
142 <attribute name="toolBarArea">
143 <enum>TopToolBarArea</enum>
144 </attribute>
145 <attribute name="toolBarBreak">
146 <bool>false</bool>
147 </attribute>
148 </widget>
149 <action name="actionRetractProbe">
150 <property name="text">
151 <string>&amp;Detach</string>
152 </property>
153 <property name="toolTip">
154 <string>Retract probe from application.</string>
155 </property>
156 </action>
157 <action name="actionQuit">
158 <property name="text">
159 <string>&amp;Quit</string>
160 </property>
161 <property name="toolTip">
162 <string>Quit probed application.</string>
163 </property>
164 </action>
165 <action name="actionAboutGammaRay">
166 <property name="icon">
167 <iconset resource="resources/gammaray.qrc">
168 <normaloff>:/gammaray/GammaRay-32x32.png</normaloff>:/gammaray/GammaRay-32x32.png</iconset>
169 </property>
170 <property name="text">
171 <string>About &amp;GammaRay</string>
172 </property>
173 </action>
174 <action name="actionAboutQt">
175 <property name="text">
176 <string>About &amp;Qt</string>
177 </property>
178 </action>
179 <action name="actionAboutKDAB">
180 <property name="text">
181 <string>About &amp;KDAB</string>
182 </property>
183 </action>
184 </widget>
185 <customwidgets>
186 <customwidget>
187 <class>SidePane</class>
188 <extends>QListView</extends>
189 <header>sidepane.h</header>
190 </customwidget>
191 </customwidgets>
192 <resources>
193 <include location="resources/gammaray.qrc"/>
194 </resources>
195 <connections/>
196 </ui>