SOme more bin work.
This commit is contained in:
parent
5e195e4784
commit
06848eea13
2 changed files with 33 additions and 2 deletions
|
@ -216,6 +216,10 @@ void FormMain::setupIcons() {
|
|||
m_ui->m_actionSwitchListHeaders->setIcon(icon_theme_factory->fromTheme("view-switch-list"));
|
||||
m_ui->m_menuShowHide->setIcon(icon_theme_factory->fromTheme("view-switch"));
|
||||
|
||||
// Recycle bin.
|
||||
m_ui->m_actionEmptyRecycleBin->setIcon(icon_theme_factory->fromTheme("recycle-bin-empty"));
|
||||
m_ui->m_actionRestoreAllMessages->setIcon(icon_theme_factory->fromTheme("recycle-bin-restore"));
|
||||
|
||||
// Web browser.
|
||||
m_ui->m_actionAddBrowser->setIcon(icon_theme_factory->fromTheme("list-add"));
|
||||
m_ui->m_actionCloseCurrentTab->setIcon(icon_theme_factory->fromTheme("list-remove"));
|
||||
|
|
|
@ -15,7 +15,16 @@
|
|||
</property>
|
||||
<widget class="QWidget" name="centralwidget">
|
||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||
<property name="margin">
|
||||
<property name="leftMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="topMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="rightMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<property name="bottomMargin">
|
||||
<number>0</number>
|
||||
</property>
|
||||
<item>
|
||||
|
@ -39,7 +48,7 @@
|
|||
<x>0</x>
|
||||
<y>0</y>
|
||||
<width>979</width>
|
||||
<height>20</height>
|
||||
<height>21</height>
|
||||
</rect>
|
||||
</property>
|
||||
<widget class="QMenu" name="m_menuFile">
|
||||
|
@ -156,10 +165,18 @@
|
|||
<addaction name="m_actionSwitchImportanceOfSelectedMessages"/>
|
||||
<addaction name="m_actionDeleteSelectedMessages"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_Recycle_bin">
|
||||
<property name="title">
|
||||
<string>&Recycle bin</string>
|
||||
</property>
|
||||
<addaction name="m_actionEmptyRecycleBin"/>
|
||||
<addaction name="m_actionRestoreAllMessages"/>
|
||||
</widget>
|
||||
<addaction name="m_menuFile"/>
|
||||
<addaction name="m_menuView"/>
|
||||
<addaction name="m_menuFeeds"/>
|
||||
<addaction name="m_menuMessages"/>
|
||||
<addaction name="menu_Recycle_bin"/>
|
||||
<addaction name="m_menuWebBrowser"/>
|
||||
<addaction name="m_menuTools"/>
|
||||
<addaction name="m_menuHelp"/>
|
||||
|
@ -576,6 +593,16 @@
|
|||
<string>Display &wiki</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="m_actionEmptyRecycleBin">
|
||||
<property name="text">
|
||||
<string>&Empty recycle bin</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="m_actionRestoreAllMessages">
|
||||
<property name="text">
|
||||
<string>&Restore all messages</string>
|
||||
</property>
|
||||
</action>
|
||||
</widget>
|
||||
<customwidgets>
|
||||
<customwidget>
|
||||
|
|
Loading…
Add table
Reference in a new issue