wiRedPanda
Logic Circuit Simulator
Loading...
Searching...
No Matches
LengthDialogUi Class Reference

#include <LengthDialogUI.h>

Public Member Functions

 LengthDialogUi ()=default
 LengthDialogUi (const LengthDialogUi &)=delete
LengthDialogUioperator= (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

Detailed Description

Definition at line 18 of file LengthDialogUI.h.

Constructor & Destructor Documentation

◆ LengthDialogUi() [1/2]

LengthDialogUi::LengthDialogUi ( )
default

Referenced by LengthDialogUi(), and operator=().

◆ LengthDialogUi() [2/2]

LengthDialogUi::LengthDialogUi ( const LengthDialogUi & )
delete

References LengthDialogUi().

Member Function Documentation

◆ operator=()

LengthDialogUi & LengthDialogUi::operator= ( const LengthDialogUi & )
delete

References LengthDialogUi().

◆ retranslateUi()

void LengthDialogUi::retranslateUi ( QDialog * LengthDialog)

Updates all translatable strings in the dialog.

Parameters
LengthDialogThe host QDialog.

Definition at line 72 of file LengthDialogUI.cpp.

References lengthSlider, maxLabel, minLabel, and titleLabel.

Referenced by setupUi().

◆ setupUi()

void LengthDialogUi::setupUi ( QDialog * LengthDialog)

Creates and lays out all child widgets inside LengthDialog.

Parameters
LengthDialogThe host QDialog.

Definition at line 10 of file LengthDialogUI.cpp.

References buttonBox, gridLayout_2, lengthSlider, lengthSpinBox, maxLabel, minLabel, retranslateUi(), and titleLabel.

Member Data Documentation

◆ buttonBox

QDialogButtonBox* LengthDialogUi::buttonBox = nullptr

Definition at line 57 of file LengthDialogUI.h.

Referenced by setupUi().

◆ gridLayout_2

QGridLayout* LengthDialogUi::gridLayout_2 = nullptr

Definition at line 45 of file LengthDialogUI.h.

Referenced by setupUi().

◆ lengthSlider

QSlider* LengthDialogUi::lengthSlider = nullptr

Definition at line 48 of file LengthDialogUI.h.

Referenced by retranslateUi(), and setupUi().

◆ lengthSpinBox

QSpinBox* LengthDialogUi::lengthSpinBox = nullptr

Definition at line 49 of file LengthDialogUI.h.

Referenced by setupUi().

◆ maxLabel

QLabel* LengthDialogUi::maxLabel = nullptr

Definition at line 54 of file LengthDialogUI.h.

Referenced by retranslateUi(), and setupUi().

◆ minLabel

QLabel* LengthDialogUi::minLabel = nullptr

Definition at line 53 of file LengthDialogUI.h.

Referenced by retranslateUi(), and setupUi().

◆ titleLabel

QLabel* LengthDialogUi::titleLabel = nullptr

Definition at line 52 of file LengthDialogUI.h.

Referenced by retranslateUi(), and setupUi().


The documentation for this class was generated from the following files: