mirror of
https://github.com/wheremyfoodat/Panda3DS.git
synced 2025-04-08 23:25:40 +12:00
Qt: Label Lua Editor window
This commit is contained in:
parent
6b1f39bdf0
commit
79a9de25d4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Reference in a new issue