|
wiRedPanda
Logic Circuit Simulator
|
#include <LengthDialogUI.h>
Public Member Functions | |
| LengthDialogUi ()=default | |
| LengthDialogUi (const LengthDialogUi &)=delete | |
| LengthDialogUi & | operator= (const LengthDialogUi &)=delete |
| void | retranslateUi (QDialog *LengthDialog) |
| Updates all translatable strings in the dialog. | |
| void | setupUi (QDialog *LengthDialog) |
| Creates and lays out all child widgets inside LengthDialog. | |
Public Attributes | |
| QDialogButtonBox * | buttonBox = nullptr |
| QGridLayout * | gridLayout_2 = nullptr |
| QSlider * | lengthSlider = nullptr |
| QSpinBox * | lengthSpinBox = nullptr |
| QLabel * | maxLabel = nullptr |
| QLabel * | minLabel = nullptr |
| QLabel * | titleLabel = nullptr |
Definition at line 18 of file LengthDialogUI.h.
|
default |
Referenced by LengthDialogUi(), and operator=().
|
delete |
References LengthDialogUi().
|
delete |
References LengthDialogUi().
| void LengthDialogUi::retranslateUi | ( | QDialog * | LengthDialog | ) |
Updates all translatable strings in the dialog.
| LengthDialog | The host QDialog. |
Definition at line 72 of file LengthDialogUI.cpp.
References lengthSlider, maxLabel, minLabel, and titleLabel.
Referenced by setupUi().
| void LengthDialogUi::setupUi | ( | QDialog * | LengthDialog | ) |
Creates and lays out all child widgets inside LengthDialog.
| LengthDialog | The host QDialog. |
Definition at line 10 of file LengthDialogUI.cpp.
References buttonBox, gridLayout_2, lengthSlider, lengthSpinBox, maxLabel, minLabel, retranslateUi(), and titleLabel.
| QDialogButtonBox* LengthDialogUi::buttonBox = nullptr |
Definition at line 57 of file LengthDialogUI.h.
Referenced by setupUi().
| QGridLayout* LengthDialogUi::gridLayout_2 = nullptr |
Definition at line 45 of file LengthDialogUI.h.
Referenced by setupUi().
| QSlider* LengthDialogUi::lengthSlider = nullptr |
Definition at line 48 of file LengthDialogUI.h.
Referenced by retranslateUi(), and setupUi().
| QSpinBox* LengthDialogUi::lengthSpinBox = nullptr |
Definition at line 49 of file LengthDialogUI.h.
Referenced by setupUi().
| QLabel* LengthDialogUi::maxLabel = nullptr |
Definition at line 54 of file LengthDialogUI.h.
Referenced by retranslateUi(), and setupUi().
| QLabel* LengthDialogUi::minLabel = nullptr |
Definition at line 53 of file LengthDialogUI.h.
Referenced by retranslateUi(), and setupUi().
| QLabel* LengthDialogUi::titleLabel = nullptr |
Definition at line 52 of file LengthDialogUI.h.
Referenced by retranslateUi(), and setupUi().