We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7ff7aa commit 7598e13Copy full SHA for 7598e13
mainwindow.cpp
@@ -12,6 +12,8 @@ MainWindow::MainWindow(QWidget *parent) : QMainWindow(parent), ui(new Ui::MainWi
12
13
ui->setupUi(this);
14
15
+ QMessageBox::information(this, tr("Notice"), tr("This is a Work in Progress. Some features may not work properly."));
16
+
17
// Dialogs
18
mSettingsDialog = new SettingsDialog(this);
19
mSettingsDialog->setReferenceTextEdit(ui->codeEdit);
0 commit comments