comparison Ui_MainWindow.ui @ 230:9faa1f84e8c9

display the number of feeds and articles above the table
author Dirk Olmes <dirk@xanthippe.ping.de>
date Thu, 07 Aug 2014 04:46:57 +0200
parents 94a902de5266
children
comparison
equal deleted inserted replaced
229:f0b5bdce1189 230:9faa1f84e8c9
22 <item row="0" column="0"> 22 <item row="0" column="0">
23 <widget class="QSplitter" name="splitter_2"> 23 <widget class="QSplitter" name="splitter_2">
24 <property name="orientation"> 24 <property name="orientation">
25 <enum>Qt::Horizontal</enum> 25 <enum>Qt::Horizontal</enum>
26 </property> 26 </property>
27 <widget class="QListView" name="feedList"> 27 <widget class="QWidget" name="">
28 <property name="alternatingRowColors"> 28 <layout class="QVBoxLayout" name="verticalLayout">
29 <bool>true</bool> 29 <item>
30 </property> 30 <widget class="QLabel" name="feedCountLabel">
31 <property name="resizeMode"> 31 <property name="font">
32 <enum>QListView::Fixed</enum> 32 <font>
33 </property> 33 <pointsize>8</pointsize>
34 </font>
35 </property>
36 <property name="text">
37 <string/>
38 </property>
39 <property name="alignment">
40 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
41 </property>
42 <property name="textInteractionFlags">
43 <set>Qt::NoTextInteraction</set>
44 </property>
45 </widget>
46 </item>
47 <item>
48 <widget class="QListView" name="feedList">
49 <property name="alternatingRowColors">
50 <bool>true</bool>
51 </property>
52 <property name="resizeMode">
53 <enum>QListView::Fixed</enum>
54 </property>
55 </widget>
56 </item>
57 </layout>
34 </widget> 58 </widget>
35 <widget class="QSplitter" name="splitter"> 59 <widget class="QSplitter" name="splitter">
36 <property name="orientation"> 60 <property name="orientation">
37 <enum>Qt::Vertical</enum> 61 <enum>Qt::Vertical</enum>
38 </property> 62 </property>
39 <widget class="QTableView" name="feedEntryTable"> 63 <widget class="QWidget" name="">
40 <property name="alternatingRowColors"> 64 <layout class="QVBoxLayout" name="verticalLayout_2">
41 <bool>true</bool> 65 <item>
42 </property> 66 <widget class="QLabel" name="feedEntryCountLabel">
43 <property name="selectionBehavior"> 67 <property name="font">
44 <enum>QAbstractItemView::SelectRows</enum> 68 <font>
45 </property> 69 <pointsize>8</pointsize>
46 <property name="showGrid"> 70 </font>
47 <bool>false</bool> 71 </property>
48 </property> 72 <property name="text">
49 <attribute name="verticalHeaderVisible"> 73 <string/>
50 <bool>false</bool> 74 </property>
51 </attribute> 75 <property name="alignment">
76 <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set>
77 </property>
78 <property name="textInteractionFlags">
79 <set>Qt::NoTextInteraction</set>
80 </property>
81 </widget>
82 </item>
83 <item>
84 <widget class="QTableView" name="feedEntryTable">
85 <property name="alternatingRowColors">
86 <bool>true</bool>
87 </property>
88 <property name="selectionBehavior">
89 <enum>QAbstractItemView::SelectRows</enum>
90 </property>
91 <property name="showGrid">
92 <bool>false</bool>
93 </property>
94 <attribute name="verticalHeaderVisible">
95 <bool>false</bool>
96 </attribute>
97 </widget>
98 </item>
99 </layout>
52 </widget> 100 </widget>
53 <widget class="QWebView" name="webView" native="true"> 101 <widget class="QWebView" name="webView" native="true">
54 <property name="url" stdset="0"> 102 <property name="url" stdset="0">
55 <url> 103 <url>
56 <string>about:blank</string> 104 <string>about:blank</string>