- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/UIElements/Qt4/Query/QtQuery.hpp
r85b112 r12948c 29 29 class QTextEdit; 30 30 class QComboBox; 31 class QCheckBox;32 31 33 32 // Forward declarations for plumbing … … 92 91 QBoxLayout *thisLayout; 93 92 QLabel *titleLabel; 94 QC heckBox *booleanCheckBox;93 QComboBox *booleanComboBox; 95 94 96 95 BooleanQtQueryPipe *pipe; … … 326 325 QBoxLayout *coordLayout; 327 326 QLabel *coordLabel; 328 QDoubleSpinBox *coordInputX; 329 QDoubleSpinBox *coordInputY; 330 QDoubleSpinBox *coordInputZ; 327 QDoubleSpinBox *coordInput; 331 328 332 329 VectorQtQueryPipe *pipe;
Note:
See TracChangeset
for help on using the changeset viewer.