mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-07 16:45:11 -04:00
added help strings to posted, channels, forums
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7525 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
49cc42ae7d
commit
0fb8ff8829
9 changed files with 162 additions and 130 deletions
|
@ -102,6 +102,10 @@ GxsGroupFrameDialog::GxsGroupFrameDialog(RsGxsIfaceHelper *ifaceImpl, QWidget *p
|
|||
QList<int> sizes;
|
||||
sizes << 300 << width(); // Qt calculates the right sizes
|
||||
ui->splitter->setSizes(sizes);
|
||||
|
||||
#ifndef UNFINISHED
|
||||
ui->todoPushButton->hide();
|
||||
#endif
|
||||
}
|
||||
|
||||
GxsGroupFrameDialog::~GxsGroupFrameDialog()
|
||||
|
@ -115,6 +119,8 @@ GxsGroupFrameDialog::~GxsGroupFrameDialog()
|
|||
|
||||
void GxsGroupFrameDialog::initUi()
|
||||
{
|
||||
registerHelpButton(ui->helpButton, getHelpString()) ;
|
||||
|
||||
ui->titleBarPixmap->setPixmap(QPixmap(icon(ICON_NAME)));
|
||||
ui->titleBarLabel->setText(text(TEXT_NAME));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue