Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/UIElements/Qt4/Query/QtQuery.hpp

    r85b112 r12948c  
    2929class QTextEdit;
    3030class QComboBox;
    31 class QCheckBox;
    3231
    3332// Forward declarations for plumbing
     
    9291  QBoxLayout *thisLayout;
    9392  QLabel *titleLabel;
    94   QCheckBox *booleanCheckBox;
     93  QComboBox *booleanComboBox;
    9594
    9695  BooleanQtQueryPipe *pipe;
     
    326325  QBoxLayout *coordLayout;
    327326  QLabel *coordLabel;
    328   QDoubleSpinBox *coordInputX;
    329   QDoubleSpinBox *coordInputY;
    330   QDoubleSpinBox *coordInputZ;
     327  QDoubleSpinBox *coordInput;
    331328
    332329  VectorQtQueryPipe *pipe;
Note: See TracChangeset for help on using the changeset viewer.