24 #ifndef CONFIGURECARDVIEWDIALOG_H 25 #define CONFIGURECARDVIEWDIALOG_H 27 #include "viewconfigurewidget.h" 39 namespace TDEABC { class AddressBook; } 41 class CardViewLookAndFeelPage; 54 virtual void restoreSettings( TDEConfig* ); 55 virtual void saveSettings( TDEConfig* ); 89 void restoreSettings( TDEConfig* ); 90 void saveSettings( TDEConfig* ); 100 void updateFontLabel( TQFont, TQLabel * ); 102 TQCheckBox *cbEnableCustomFonts, 103 *cbEnableCustomColors, 104 *cbDrawSeps, *cbDrawBorders, 105 *cbShowFieldLabels, *cbShowEmptyFields; 106 class ColorListBox *lbColors; 107 TQLabel *lTextFont, *lHeaderFont; 108 class KPushButton *btnFont, *btnHeaderFont; 109 class TQSpinBox *sbMargin, *sbSpacing, *sbSepWidth; 111 class TQWidget *vbFonts; Card View Advanced LookNFeel settings widget: this is a tabbed widget with 3 tabs: Fonts text font he...
|