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(new Ui::NotesDialog)
{ {
ui->setupUi(this); ui->setupUi(this);
setWindowFlags(windowFlags() & ~Qt::WindowContextHelpButtonHint);
QByteArray text; QByteArray text;
QFile notes(":/notes/notes.txt"); QFile notes(":/notes/notes.txt");
if (notes.open(QIODevice::ReadOnly | QIODevice::Text)) if (notes.open(QIODevice::ReadOnly | QIODevice::Text))

View File

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