comparison Ui_MainWindow.ui @ 92:7c6e500c1579

alternating row colors in feed entry list
author Dirk Olmes <dirk@xanthippe.ping.de>
date Mon, 27 Dec 2010 07:26:42 +0100
parents e5d5fc34ff2e
children 9bceb1bd3f33
comparison
equal deleted inserted replaced
91:e5d5fc34ff2e 92:7c6e500c1579
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="QTableView" name="feedEntryList"/> 39 <widget class="QTableView" name="feedEntryList">
40 <property name="alternatingRowColors">
41 <bool>true</bool>
42 </property>
43 </widget>
40 <widget class="QWebView" name="webView"> 44 <widget class="QWebView" name="webView">
41 <property name="url"> 45 <property name="url">
42 <url> 46 <url>
43 <string>about:blank</string> 47 <string>about:blank</string>
44 </url> 48 </url>