Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 22:cb9d8da0f307
Put the widgets into a layout to have proper resize behaviour
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Thu, 29 Apr 2010 05:22:59 +0200 |
parents | 0b8398ca6cd0 |
children | dcc8abff0694 |
comparison
equal
deleted
inserted
replaced
21:c8bb3cee7935 | 22:cb9d8da0f307 |
---|---|
12 </property> | 12 </property> |
13 <property name="windowTitle"> | 13 <property name="windowTitle"> |
14 <string>Feedworm</string> | 14 <string>Feedworm</string> |
15 </property> | 15 </property> |
16 <widget class="QWidget" name="centralwidget"> | 16 <widget class="QWidget" name="centralwidget"> |
17 <widget class="QSplitter" name="splitter_2"> | 17 <layout class="QGridLayout" name="gridLayout"> |
18 <property name="geometry"> | 18 <item row="0" column="0"> |
19 <rect> | 19 <widget class="QSplitter" name="splitter_2"> |
20 <x>0</x> | 20 <property name="orientation"> |
21 <y>0</y> | 21 <enum>Qt::Horizontal</enum> |
22 <width>991</width> | |
23 <height>701</height> | |
24 </rect> | |
25 </property> | |
26 <property name="orientation"> | |
27 <enum>Qt::Horizontal</enum> | |
28 </property> | |
29 <widget class="QListView" name="feedList"> | |
30 <property name="alternatingRowColors"> | |
31 <bool>true</bool> | |
32 </property> | |
33 <property name="resizeMode"> | |
34 <enum>QListView::Fixed</enum> | |
35 </property> | |
36 </widget> | |
37 <widget class="QSplitter" name="splitter"> | |
38 <property name="orientation"> | |
39 <enum>Qt::Vertical</enum> | |
40 </property> | |
41 <widget class="QListView" name="feedEntryList"/> | |
42 <widget class="QWebView" name="webView"> | |
43 <property name="url"> | |
44 <url> | |
45 <string>about:blank</string> | |
46 </url> | |
47 </property> | 22 </property> |
23 <widget class="QListView" name="feedList"> | |
24 <property name="alternatingRowColors"> | |
25 <bool>true</bool> | |
26 </property> | |
27 <property name="resizeMode"> | |
28 <enum>QListView::Fixed</enum> | |
29 </property> | |
30 </widget> | |
31 <widget class="QSplitter" name="splitter"> | |
32 <property name="orientation"> | |
33 <enum>Qt::Vertical</enum> | |
34 </property> | |
35 <widget class="QListView" name="feedEntryList"/> | |
36 <widget class="QWebView" name="webView"> | |
37 <property name="url"> | |
38 <url> | |
39 <string>about:blank</string> | |
40 </url> | |
41 </property> | |
42 </widget> | |
43 </widget> | |
48 </widget> | 44 </widget> |
49 </widget> | 45 </item> |
50 </widget> | 46 </layout> |
51 </widget> | 47 </widget> |
52 <widget class="QMenuBar" name="menubar"> | 48 <widget class="QMenuBar" name="menubar"> |
53 <property name="geometry"> | 49 <property name="geometry"> |
54 <rect> | 50 <rect> |
55 <x>0</x> | 51 <x>0</x> |