mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 14:16:16 -04:00
fixed Buttons
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@428 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
c58ec7cfca
commit
bad04c67ba
2 changed files with 7 additions and 0 deletions
|
@ -61,6 +61,7 @@ ChanMsgDialog::ChanMsgDialog(bool msg, QWidget *parent, Qt::WFlags flags)
|
|||
/* Invoke the Qt Designer generated object setup routine */
|
||||
ui.setupUi(this);
|
||||
|
||||
|
||||
setupFileActions();
|
||||
setupEditActions();
|
||||
setupViewActions();
|
||||
|
|
|
@ -197,6 +197,9 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="checkable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="5" >
|
||||
|
@ -219,6 +222,9 @@ p, li { white-space: pre-wrap; }
|
|||
<property name="text" >
|
||||
<string/>
|
||||
</property>
|
||||
<property name="checkable" >
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="6" >
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue