Changeset 5446 for branches/qt-gui_qt4/src/optionsdlg.h
- Timestamp:
- 09/28/07 21:38:59 (14 months ago)
- Files:
-
- 1 modified
-
branches/qt-gui_qt4/src/optionsdlg.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/qt-gui_qt4/src/optionsdlg.h
r5417 r5446 269 269 QVBoxLayout *layHistDisp; 270 270 QVBoxLayout *layHistPreview; 271 QLabel *lblHistStyle, *lblHistDateFormat ;271 QLabel *lblHistStyle, *lblHistDateFormat, *lblHistMsgNum; 272 272 QComboBox *cmbHistStyle; 273 273 QCheckBox *chkHistVertSpacing; 274 274 QCheckBox *chkHistReverse; 275 275 QComboBox *cmbHistDateFormat; 276 QSpinBox *spnHistMsgNum; 276 277 HistoryView* msgHistViewer; 277 278
