JKQtExtras
a library of useful Qt widgets and tools
testmainwindow.h
1 #ifndef TESTMAINWINDOW_H
2 #define TESTMAINWINDOW_H
3 
4 #include <QMainWindow>
5 #include <QTimer>
6 
7 namespace Ui {
8 class TestMainWindow;
9 }
10 
11 class TestMainWindow : public QMainWindow
12 {
13  Q_OBJECT
14 
15 public:
16  explicit TestMainWindow(QWidget *parent = nullptr);
18 protected:
23  QWidget *testMiscellanious();
24  QWidget *testJKQTEDoubleEdit();
26 private:
27  Ui::TestMainWindow *ui;
32 };
33 
34 #endif // TESTMAINWINDOW_H
TestMainWindow::testJKQTECheckableStringListModel
QWidget * testJKQTECheckableStringListModel()
TestMainWindow::stateJKQTEProgressListWidget
int stateJKQTEProgressListWidget
Definition: testmainwindow.h:29
TestMainWindow::testJKQTEProgressListWidget
QWidget * testJKQTEProgressListWidget()
TestMainWindow
Definition: testmainwindow.h:12
TestMainWindow::TestMainWindow
TestMainWindow(QWidget *parent=nullptr)
TestMainWindow::timJKQTEProgressListDialog
QTimer * timJKQTEProgressListDialog
Definition: testmainwindow.h:30
TestMainWindow::testVisibleHandleSplitter
QWidget * testVisibleHandleSplitter()
TestMainWindow::testJKQTEModernProgressWidget
QWidget * testJKQTEModernProgressWidget()
TestMainWindow::timJKQTEProgressListWidget
QTimer * timJKQTEProgressListWidget
Definition: testmainwindow.h:28
TestMainWindow::testJKQTEColorSlider
QWidget * testJKQTEColorSlider()
Ui
Definition: testmainwindow.h:7
TestMainWindow::~TestMainWindow
~TestMainWindow()
TestMainWindow::testJKQTEDoubleEdit
QWidget * testJKQTEDoubleEdit()
TestMainWindow::stateJKQTEProgressListDialog
int stateJKQTEProgressListDialog
Definition: testmainwindow.h:31
TestMainWindow::testMiscellanious
QWidget * testMiscellanious()
TestMainWindow::ui
Ui::TestMainWindow * ui
Definition: testmainwindow.h:27