#include <ui_table_ui.h>
Inheritance diagram for Ui_TableForm:
Public Member Functions | |
void | setupUi (QWidget *TableForm) |
void | retranslateUi (QWidget *TableForm) |
Public Attributes | |
QVBoxLayout * | vboxLayout |
QHBoxLayout * | hboxLayout |
QPushButton * | reloadButton |
QLabel * | label |
QLineEdit * | cols_lineedit |
QLabel * | label_2 |
QLineEdit * | rows_lineedit |
QPushButton * | changeOrderButton |
QTableWidget * | table_widget |
void Ui_TableForm::retranslateUi | ( | QWidget * | TableForm | ) | [inline] |
void Ui_TableForm::setupUi | ( | QWidget * | TableForm | ) | [inline] |
QPushButton* Ui_TableForm::changeOrderButton |
QLineEdit* Ui_TableForm::cols_lineedit |
QHBoxLayout* Ui_TableForm::hboxLayout |
QLabel* Ui_TableForm::label |
QLabel* Ui_TableForm::label_2 |
QPushButton* Ui_TableForm::reloadButton |
QLineEdit* Ui_TableForm::rows_lineedit |
QTableWidget* Ui_TableForm::table_widget |
QVBoxLayout* Ui_TableForm::vboxLayout |