comparison Ui_MainWindow.ui @ 91:e5d5fc34ff2e

convert feed list to a table view. TODO: proper resizing for columns
author Dirk Olmes <dirk@xanthippe.ping.de>
date Sun, 26 Dec 2010 08:35:36 +0100
parents daa2731967fe
children 7c6e500c1579
comparison
equal deleted inserted replaced
90:a1066e5a8f88 91:e5d5fc34ff2e
34 </widget> 34 </widget>
35 <widget class="QSplitter" name="splitter"> 35 <widget class="QSplitter" name="splitter">
36 <property name="orientation"> 36 <property name="orientation">
37 <enum>Qt::Vertical</enum> 37 <enum>Qt::Vertical</enum>
38 </property> 38 </property>
39 <widget class="QListView" name="feedEntryList"/> 39 <widget class="QTableView" name="feedEntryList"/>
40 <widget class="QWebView" name="webView"> 40 <widget class="QWebView" name="webView">
41 <property name="url"> 41 <property name="url">
42 <url> 42 <url>
43 <string>about:blank</string> 43 <string>about:blank</string>
44 </url> 44 </url>