Commit bf0ed67c86d6ed9a680ec1692ae1d8fe4c284679

Authored by Klemens Schölhorn
Committed by David Gräff
1 parent 8737282c

Reformat after adding invert checkboxes

openhantek/src/docks/VoltageDock.h
... ... @@ -34,11 +34,11 @@ class VoltageDock : public QDockWidget {
34 34 protected:
35 35 void closeEvent(QCloseEvent *event);
36 36  
37   - QGridLayout *dockLayout; ///< The main layout for the dock window
38   - QWidget *dockWidget; ///< The main widget for the dock window
39   - QList<QCheckBox *> usedCheckBox; ///< Enable/disable a specific channel
40   - QList<QComboBox *> gainComboBox; ///< Select the vertical gain for the channels
41   - QList<QComboBox *> miscComboBox; ///< Select coupling for real and mode for math channels
  37 + QGridLayout *dockLayout; ///< The main layout for the dock window
  38 + QWidget *dockWidget; ///< The main widget for the dock window
  39 + QList<QCheckBox *> usedCheckBox; ///< Enable/disable a specific channel
  40 + QList<QComboBox *> gainComboBox; ///< Select the vertical gain for the channels
  41 + QList<QComboBox *> miscComboBox; ///< Select coupling for real and mode for math channels
42 42 QList<QCheckBox *> invertCheckBox; ///< Select if the channels should be displayed inverted
43 43  
44 44 DsoSettings *settings; ///< The settings provided by the parent class
... ...