Mercurial > hg > Feedworm
comparison Ui_MainWindow.ui @ 115:e9145e8dd698
add a toolbar with actions
author | Dirk Olmes <dirk@xanthippe.ping.de> |
---|---|
date | Sun, 26 Jun 2011 11:29:00 +0200 |
parents | b0290ab29483 |
children | c345a26febc2 |
comparison
equal
deleted
inserted
replaced
114:b0290ab29483 | 115:e9145e8dd698 |
---|---|
106 <addaction name="menuFeedworm"/> | 106 <addaction name="menuFeedworm"/> |
107 <addaction name="menuFeed"/> | 107 <addaction name="menuFeed"/> |
108 <addaction name="menuArticle"/> | 108 <addaction name="menuArticle"/> |
109 </widget> | 109 </widget> |
110 <widget class="QStatusBar" name="statusbar"/> | 110 <widget class="QStatusBar" name="statusbar"/> |
111 <widget class="QToolBar" name="toolBar"> | |
112 <property name="windowTitle"> | |
113 <string>toolBar</string> | |
114 </property> | |
115 <attribute name="toolBarArea"> | |
116 <enum>TopToolBarArea</enum> | |
117 </attribute> | |
118 <attribute name="toolBarBreak"> | |
119 <bool>false</bool> | |
120 </attribute> | |
121 <addaction name="actionMarkFeedRead"/> | |
122 <addaction name="actionOpenLink"/> | |
123 </widget> | |
111 <action name="actionQuit"> | 124 <action name="actionQuit"> |
112 <property name="text"> | 125 <property name="text"> |
113 <string>Quit</string> | 126 <string>Quit</string> |
114 </property> | 127 </property> |
115 <property name="shortcut"> | 128 <property name="shortcut"> |
122 </property> | 135 </property> |
123 <property name="shortcut"> | 136 <property name="shortcut"> |
124 <string>Ctrl+A</string> | 137 <string>Ctrl+A</string> |
125 </property> | 138 </property> |
126 </action> | 139 </action> |
127 <action name="actionXxx"> | |
128 <property name="text"> | |
129 <string>xxx</string> | |
130 </property> | |
131 </action> | |
132 <action name="actionMarkSelectedRead"> | 140 <action name="actionMarkSelectedRead"> |
133 <property name="text"> | 141 <property name="text"> |
134 <string>Mark selected read</string> | 142 <string>Mark selected read</string> |
135 </property> | 143 </property> |
136 <property name="shortcut"> | 144 <property name="shortcut"> |
144 <property name="shortcut"> | 152 <property name="shortcut"> |
145 <string>Ctrl+O</string> | 153 <string>Ctrl+O</string> |
146 </property> | 154 </property> |
147 </action> | 155 </action> |
148 <action name="actionOpenLink"> | 156 <action name="actionOpenLink"> |
157 <property name="enabled"> | |
158 <bool>false</bool> | |
159 </property> | |
160 <property name="icon"> | |
161 <iconset resource="Feedworm.qrc"> | |
162 <normaloff>:/newPrefix/open_in_browser.png</normaloff>:/newPrefix/open_in_browser.png</iconset> | |
163 </property> | |
149 <property name="text"> | 164 <property name="text"> |
150 <string>Open link</string> | 165 <string>Open link</string> |
151 </property> | 166 </property> |
152 <property name="shortcut"> | 167 <property name="shortcut"> |
153 <string>L</string> | 168 <string>L</string> |
173 </property> | 188 </property> |
174 </action> | 189 </action> |
175 <action name="actionMarkFeedRead"> | 190 <action name="actionMarkFeedRead"> |
176 <property name="enabled"> | 191 <property name="enabled"> |
177 <bool>false</bool> | 192 <bool>false</bool> |
193 </property> | |
194 <property name="icon"> | |
195 <iconset resource="Feedworm.qrc"> | |
196 <normaloff>:/newPrefix/check_all.png</normaloff>:/newPrefix/check_all.png</iconset> | |
178 </property> | 197 </property> |
179 <property name="text"> | 198 <property name="text"> |
180 <string>Mark all read</string> | 199 <string>Mark all read</string> |
181 </property> | 200 </property> |
182 <property name="toolTip"> | 201 <property name="toolTip"> |