Set name in file explorer plugin
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
#include <QLabel>
|
#include <QLabel>
|
||||||
|
|
||||||
QString FileExplorerPlugin::pname() {
|
QString FileExplorerPlugin::pname() {
|
||||||
return "Test Plugin";
|
return "File Explorer Plugin";
|
||||||
}
|
}
|
||||||
|
|
||||||
QString FileExplorerPlugin::pdesc() {
|
QString FileExplorerPlugin::pdesc() {
|
||||||
@@ -27,7 +27,7 @@ QWidget* FileExplorerPlugin::pcontent() {
|
|||||||
projectRoot = QDir::currentPath(); // default project directory; adjust if needed
|
projectRoot = QDir::currentPath(); // default project directory; adjust if needed
|
||||||
|
|
||||||
mainWidget = new QWidget();
|
mainWidget = new QWidget();
|
||||||
mainWidget->setWindowTitle("Test Plugin - File Manager");
|
mainWidget->setWindowTitle("File Explorer Plugin");
|
||||||
mainWidget->resize(1000, 600);
|
mainWidget->resize(1000, 600);
|
||||||
|
|
||||||
QVBoxLayout *vLayout = new QVBoxLayout(mainWidget);
|
QVBoxLayout *vLayout = new QVBoxLayout(mainWidget);
|
||||||
|
|||||||
Reference in New Issue
Block a user