Set the Text for the Add Share Button

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7312 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-04-29 21:53:29 +00:00
parent 06fe72e0d8
commit 52b3c372a2
2 changed files with 13 additions and 13 deletions

View File

@ -336,7 +336,7 @@ MainWindow::MainWindow(QWidget* parent, Qt::WindowFlags flags)
addAction(new QAction(QIcon(IMAGE_UNFINISHED), tr("Unfinished"), toolBar), SLOT(showApplWindow()));
#endif
addAction(new QAction(QIcon(IMAGE_OPTIONS), tr("Options"), toolBar), SLOT(showSettings()));
addAction(new QAction(QIcon(IMAGE_PREFERENCES), tr("Options"), toolBar), SLOT(showSettings()));
addAction(new QAction(QIcon(IMAGE_ABOUT), tr("About"), toolBar), SLOT(showabout()));
addAction(new QAction(QIcon(IMAGE_QUIT), tr("Quit"), toolBar), SLOT(doQuit()));

View File

@ -6,7 +6,7 @@
<rect>
<x>0</x>
<y>0</y>
<width>934</width>
<width>737</width>
<height>402</height>
</rect>
</property>
@ -87,6 +87,17 @@
</property>
</spacer>
</item>
<item>
<widget class="QPushButton" name="addShares_PB">
<property name="text">
<string>Add Share</string>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/add-share24.png</normaloff>:/images/add-share24.png</iconset>
</property>
</widget>
</item>
<item>
<layout class="QHBoxLayout" name="horizontalLayout">
<property name="spacing">
@ -280,17 +291,6 @@ border-image: url(:/images/closepressed.png)
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="addShares_PB">
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="images.qrc">
<normaloff>:/images/add-share24.png</normaloff>:/images/add-share24.png</iconset>
</property>
</widget>
</item>
</layout>
</widget>
</item>