mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:44:02 +02:00
remove Qt "whatsthis" dialog icon
This commit is contained in:
parent
f7cfc61494
commit
b1d8a9a96b
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ ModelSelector::ModelSelector() {
|
|||
|
||||
setWindowTitle("Select Model");
|
||||
setLayout(form);
|
||||
|
||||
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
_browseButton = new QPushButton("Browse", this);
|
||||
connect(_browseButton, &QPushButton::clicked, this, &ModelSelector::browse);
|
||||
form->addRow("Model File:", _browseButton);
|
||||
|
|
Loading…
Reference in a new issue