ckb-next
v0.2.8 at branch master
ckb-next driver for corsair devices
|
#include <src/ckb/ui_mainwindow.h>
Public Member Functions | |
void | setupUi (QMainWindow *MainWindow) |
void | retranslateUi (QMainWindow *MainWindow) |
Data Fields | |
QAction * | actionExit |
QAction * | actionAbout |
QWidget * | centralWidget |
QGridLayout * | gridLayout |
QTabWidget * | tabWidget |
Definition at line 24 of file ui_mainwindow.h.
|
inline |
Definition at line 68 of file ui_mainwindow.h.
References actionAbout, and actionExit.
Referenced by setupUi().
|
inline |
Definition at line 33 of file ui_mainwindow.h.
References actionAbout, actionExit, centralWidget, gridLayout, retranslateUi(), and tabWidget.
Referenced by MainWindow::MainWindow().
QAction* Ui_MainWindow::actionAbout |
Definition at line 28 of file ui_mainwindow.h.
Referenced by retranslateUi(), and setupUi().
QAction* Ui_MainWindow::actionExit |
Definition at line 27 of file ui_mainwindow.h.
Referenced by MainWindow::MainWindow(), retranslateUi(), and setupUi().
QWidget* Ui_MainWindow::centralWidget |
Definition at line 29 of file ui_mainwindow.h.
Referenced by setupUi().
QGridLayout* Ui_MainWindow::gridLayout |
Definition at line 30 of file ui_mainwindow.h.
Referenced by setupUi().
QTabWidget* Ui_MainWindow::tabWidget |
Definition at line 31 of file ui_mainwindow.h.
Referenced by MainWindow::addDevice(), MainWindow::MainWindow(), MainWindow::removeDevice(), setupUi(), and MainWindow::showFwUpdateNotification().