mirror of
https://github.com/markdavidlong/AppleSAWS.git
synced 2025-01-03 14:29:56 +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(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))
|
||||||
|
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user