Basic usability of QPlainTextEdit component
This commit is contained in:
@@ -24,5 +24,6 @@
|
||||
"../src/cpp/QtWidgets/QProgressBar/qprogressbar_wrap.cpp",
|
||||
"../src/cpp/QtWidgets/QRadioButton/qradiobutton_wrap.cpp",
|
||||
"../src/cpp/QtWidgets/QLineEdit/qlineedit_wrap.cpp",
|
||||
"../src/cpp/QtWidgets/QPlainTextEdit/qplaintextedit_wrap.cpp",
|
||||
],
|
||||
}
|
||||
|
||||
+3
-2
@@ -9,6 +9,7 @@
|
||||
"../src/cpp/autogen/nmainwindow_moc.cpp",
|
||||
"../src/cpp/autogen/nprogressbar_moc.cpp",
|
||||
"../src/cpp/autogen/npushbutton_moc.cpp",
|
||||
"../src/cpp/autogen/nradiobutton_moc.cpp"
|
||||
"../src/cpp/autogen/nradiobutton_moc.cpp",
|
||||
"../src/cpp/autogen/nplaintextedit_moc.cpp"
|
||||
]
|
||||
}
|
||||
}
|
||||
+2
-1
@@ -8,6 +8,7 @@
|
||||
"src/cpp/QtWidgets/QMainWindow/nmainwindow.h",
|
||||
"src/cpp/QtWidgets/QProgressBar/nprogressbar.h",
|
||||
"src/cpp/QtWidgets/QPushButton/npushbutton.h",
|
||||
"src/cpp/QtWidgets/QRadioButton/nradiobutton.h"
|
||||
"src/cpp/QtWidgets/QRadioButton/nradiobutton.h",
|
||||
"src/cpp/QtWidgets/QPlainTextEdit/nplaintextedit.h"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user