Fixed placeholder display on GXS Group Dialog

Changed sign icon on create forum message, added a "Post as:" label before gxs id chooser

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7810 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
defnax 2014-12-30 21:35:34 +00:00
parent 499bb00b82
commit 57640379a8
6 changed files with 30 additions and 6 deletions

View File

@ -120,6 +120,8 @@ void GxsGroupDialog::init()
ui.idChooser->loadIds(0,RsGxsId());
ui.circleComboBox->loadCircles(GXS_CIRCLE_CHOOSER_EXTERNAL, RsGxsCircleId());
ui.localComboBox->loadCircles(GXS_CIRCLE_CHOOSER_PERSONAL, RsGxsCircleId());
ui.groupDesc->setPlaceholderText(tr("Set a descriptive description here"));
initMode();
}

View File

@ -476,7 +476,7 @@
<item>
<widget class="MimeTextEdit" name="groupDesc">
<property name="placeholderText" stdset="0">
<string>Set a descriptive description here</string>
<string/>
</property>
</widget>
</item>

View File

@ -76,7 +76,11 @@
</widget>
</item>
<item row="1" column="1">
<widget class="QLineEdit" name="forumSubject"/>
<widget class="QLineEdit" name="forumSubject">
<property name="placeholderText">
<string>Set a descriptive subject here</string>
</property>
</widget>
</item>
</layout>
</widget>
@ -166,17 +170,20 @@
<property name="focusPolicy">
<enum>Qt::NoFocus</enum>
</property>
<property name="text">
<property name="toolTip">
<string>Sign Message</string>
</property>
<property name="text">
<string/>
</property>
<property name="icon">
<iconset resource="../images.qrc">
<normaloff>:/images/pgp.png</normaloff>:/images/pgp.png</iconset>
<normaloff>:/images/document-edit-sign.png</normaloff>:/images/document-edit-sign.png</iconset>
</property>
<property name="iconSize">
<size>
<width>24</width>
<height>24</height>
<width>22</width>
<height>22</height>
</size>
</property>
<property name="checked">
@ -184,6 +191,19 @@
</property>
</widget>
</item>
<item>
<widget class="QLabel" name="label">
<property name="font">
<font>
<weight>75</weight>
<bold>true</bold>
</font>
</property>
<property name="text">
<string>Post as:</string>
</property>
</widget>
</item>
<item>
<widget class="GxsIdChooser" name="idChooser"/>
</item>

View File

@ -3,6 +3,8 @@
<file>images/add_chat24.png</file>
<file>images/RSS_004_32.png</file>
<file>images/mail-encrypted-full.png</file>
<file>images/mail-signed-full.png</file>
<file>images/document-edit-sign.png</file>
<file>images/decrypt-mail.png</file>
<file>images/inbox_22.png</file>
<file>images/blue_lock.png</file>

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 995 B