Remove help button from dialogs

This commit is contained in:
baldurk
2017-02-08 21:28:26 +00:00
parent b36b822faa
commit a685621b3f
6 changed files with 12 additions and 0 deletions
@@ -35,6 +35,8 @@ TextureSaveDialog::TextureSaveDialog(const FetchTexture &t, const TextureSave &s
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
QObject::connect(&typingTimer, &QTimer::timeout, [this] { SetFiletypeFromFilename(); });
ui->fileFormat->clear();