Qt: Label Lua Editor window
This commit is contained in:
@@ -9,6 +9,7 @@ using namespace Zep;
|
|||||||
|
|
||||||
TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename, const std::string& initialText)
|
TextEditorWindow::TextEditorWindow(QWidget* parent, const std::string& filename, const std::string& initialText)
|
||||||
: QDialog(parent), zepWidget(this, qApp->applicationDirPath().toStdString(), fontSize) {
|
: QDialog(parent), zepWidget(this, qApp->applicationDirPath().toStdString(), fontSize) {
|
||||||
|
setWindowTitle("Lua Editor");
|
||||||
resize(600, 600);
|
resize(600, 600);
|
||||||
|
|
||||||
// Register our extensions
|
// Register our extensions
|
||||||
|
|||||||
Reference in New Issue
Block a user