mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-08-11 15:50:38 -04:00
added placeholder texts (Qt>4.7)
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@5035 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
29fab85034
commit
dc22171166
1 changed files with 6 additions and 0 deletions
|
@ -54,6 +54,12 @@ GenCertDialog::GenCertDialog(QWidget *parent, Qt::WFlags flags)
|
||||||
QString titleString("<span style=\"font-size:17pt; font-weight:500;"
|
QString titleString("<span style=\"font-size:17pt; font-weight:500;"
|
||||||
"color:white;\">%1</span>");
|
"color:white;\">%1</span>");
|
||||||
|
|
||||||
|
#if QT_VERSION >= 0x040700
|
||||||
|
ui.email_input->setPlaceholderText(tr("[Optional] Visible to your friends, and friends of friends.")) ;
|
||||||
|
ui.location_input->setPlaceholderText(tr("[Required] Examples: Home, Laptop,...")) ;
|
||||||
|
ui.name_input->setPlaceholderText(tr("[Required] Visible to your friends, and friends of friends."));
|
||||||
|
ui.password_input->setPlaceholderText(tr("[Required] This password protects your PGP key."));
|
||||||
|
#endif
|
||||||
/* get all available pgp private certificates....
|
/* get all available pgp private certificates....
|
||||||
* mark last one as default.
|
* mark last one as default.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue