Ignore:
File:
1 edited

Legend:

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

    r12948c r85b112  
    2929class QTextEdit;
    3030class QComboBox;
     31class QCheckBox;
    3132
    3233// Forward declarations for plumbing
     
    9192  QBoxLayout *thisLayout;
    9293  QLabel *titleLabel;
    93   QComboBox *booleanComboBox;
     94  QCheckBox *booleanCheckBox;
    9495
    9596  BooleanQtQueryPipe *pipe;
     
    325326  QBoxLayout *coordLayout;
    326327  QLabel *coordLabel;
    327   QDoubleSpinBox *coordInput;
     328  QDoubleSpinBox *coordInputX;
     329  QDoubleSpinBox *coordInputY;
     330  QDoubleSpinBox *coordInputZ;
    328331
    329332  VectorQtQueryPipe *pipe;
Note: See TracChangeset for help on using the changeset viewer.