- Timestamp:
- Jan 22, 2012, 11:42:22 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncwindow.cpp
r3606 r3607 1875 1875 void bncWindow::slotBncTextChanged(){ 1876 1876 1877 QPalette palette_white(QColor(255, 255, 255));1878 QPalette palette_gray(QColor(230, 230, 230));1879 1880 1877 bool enable = true; 1881 1878 … … 2024 2021 enableWidget(enable8, _postNavFileChooser); 2025 2022 enableWidget(enable8, _postCorrFileChooser); 2023 2024 enableWidget(!enable8, _pppMountLineEdit); 2026 2025 } 2027 2026 }
Note:
See TracChangeset
for help on using the changeset viewer.