mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2024-11-22 00:31:04 +00:00
Cleaned up notes dialog
This commit is contained in:
parent
c2af23df22
commit
13043b7085
@ -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))
|
||||
|
@ -11,7 +11,7 @@
|
||||
</rect>
|
||||
</property>
|
||||
<property name="windowTitle">
|
||||
<string>Dialog</string>
|
||||
<string>AppleSAWS</string>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
|
Loading…
Reference in New Issue
Block a user