simplified settings page UI
simplfied UI and removed unneccessary code
This commit is contained in:
@@ -13,19 +13,13 @@ private:
|
||||
// list needed for dynamic timeout settings
|
||||
QList<QLineEdit *> durationInputs;
|
||||
QList<QComboBox *> unitInputs;
|
||||
QList<QSpinBox *> durationsCalculated;
|
||||
|
||||
// iterators used in dynamic timeout settings
|
||||
|
||||
QList<QLineEdit *>::iterator itDurationInput;
|
||||
QList<QComboBox *>::iterator itUnitInput;
|
||||
QList<QSpinBox *>::iterator itDurationsCalculated;
|
||||
|
||||
private slots:
|
||||
void timeoutDurationChanged(const QString &newDuration);
|
||||
|
||||
void calculatedDurationChanged(const int &newDurationInSec);
|
||||
|
||||
void timeoutUnitChanged(const QString &newUnit);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user