mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-01-12 16:09:37 -05:00
disabled auto thumbnail checkbox, can be enabled if framecatcher option is switched on in .pro file.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@4031 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
f2f2f37c5d
commit
9d2809e4ce
@ -50,8 +50,12 @@ CreateChannelMsg::CreateChannelMsg(std::string cId)
|
|||||||
connect(addfilepushButton, SIGNAL(clicked() ), this , SLOT(addExtraFile()));
|
connect(addfilepushButton, SIGNAL(clicked() ), this , SLOT(addExtraFile()));
|
||||||
connect(addThumbnailButton, SIGNAL(clicked() ), this , SLOT(addThumbnail()));
|
connect(addThumbnailButton, SIGNAL(clicked() ), this , SLOT(addThumbnail()));
|
||||||
connect(thumbNailCb, SIGNAL(toggled(bool)), this, SLOT(allowAutoMediaThumbNail(bool)));
|
connect(thumbNailCb, SIGNAL(toggled(bool)), this, SLOT(allowAutoMediaThumbNail(bool)));
|
||||||
|
thumbNailCb->setVisible(false);
|
||||||
|
thumbNailCb->setEnabled(false);
|
||||||
#ifdef CHANNELS_FRAME_CATCHER
|
#ifdef CHANNELS_FRAME_CATCHER
|
||||||
fCatcher = new framecatcher();
|
fCatcher = new framecatcher();
|
||||||
|
thumbNailCb->setVisible(true);
|
||||||
|
thumbNailCb->setEnabled(true);
|
||||||
#endif
|
#endif
|
||||||
//buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
//buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user