fix naming issues
This commit is contained in:
parent
c4556ee04a
commit
c68554c26d
@ -1,7 +1,7 @@
|
||||
#pragma once
|
||||
|
||||
#include <napi.h>
|
||||
#include "nDial.h"
|
||||
#include "ndial.h"
|
||||
#include "src/cpp/QtWidgets/QWidget/qwidget_macro.h"
|
||||
#include "src/cpp/QtWidgets/QAbstractSlider/qabstractslider_macro.h"
|
||||
|
||||
|
||||
@ -4,7 +4,7 @@
|
||||
#include "src/cpp/QtGui/QIcon/qicon_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QGridLayout/qgridlayout_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QLayout/qlayout_wrap.h"
|
||||
#include "src/cpp/QtWidgets/Qdial/qdial_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QDial/qdial_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QLabel/qlabel_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QMainWindow/qmainwindow_wrap.h"
|
||||
#include "src/cpp/QtWidgets/QPushButton/qpushbutton_wrap.h"
|
||||
|
||||
@ -92,6 +92,8 @@ win.setStyleSheet(`
|
||||
}
|
||||
`);
|
||||
|
||||
win.setWindowTitle("hello");
|
||||
|
||||
win.resize(400, 400);
|
||||
win.show();
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ export { NodeLayout } from "./lib/QtWidgets/QLayout";
|
||||
// Widgets:
|
||||
export { QCheckBox, QCheckBoxEvents } from "./lib/QtWidgets/QCheckBox";
|
||||
export { QLabel, QLabelEvents } from "./lib/QtWidgets/QLabel";
|
||||
export { QDial, QDialEvents } from "./lib/QtWidgets/Qdial";
|
||||
export { QDial, QDialEvents } from "./lib/QtWidgets/QDial";
|
||||
export { QLineEdit, QLineEditEvents } from "./lib/QtWidgets/QLineEdit";
|
||||
export { QMainWindow, QMainWindowEvents } from "./lib/QtWidgets/QMainWindow";
|
||||
export { QProgressBar, QProgressBarEvents } from "./lib/QtWidgets/QProgressBar";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user