forked from qt-creator/qt-creator
Hide "?" button in plugins dialog
Change-Id: Icdfe9a58a0b0c0d5773c2c5a0d433ea903e66138 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -51,6 +51,8 @@ PluginDialog::PluginDialog(QWidget *parent)
|
|||||||
: QDialog(parent),
|
: QDialog(parent),
|
||||||
m_view(new ExtensionSystem::PluginView(this))
|
m_view(new ExtensionSystem::PluginView(this))
|
||||||
{
|
{
|
||||||
|
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||||
|
|
||||||
QVBoxLayout *vl = new QVBoxLayout(this);
|
QVBoxLayout *vl = new QVBoxLayout(this);
|
||||||
|
|
||||||
auto filterLayout = new QHBoxLayout;
|
auto filterLayout = new QHBoxLayout;
|
||||||
|
|||||||
Reference in New Issue
Block a user