Cleaned up notes dialog

This commit is contained in:
mlong 2021-01-24 16:11:31 -06:00
parent c2af23df22
commit 13043b7085
2 changed files with 2 additions and 1 deletions

View File

@ -7,6 +7,7 @@ NotesDialog::NotesDialog(QWidget *parent) :
ui(new Ui::NotesDialog)
{
ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
QByteArray text;
QFile notes(":/notes/notes.txt");
if (notes.open(QIODevice::ReadOnly | QIODevice::Text))

View File

@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Dialog</string>
<string>AppleSAWS</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>