24 #ifndef CONFIGURECARDVIEWDIALOG_H
25 #define CONFIGURECARDVIEWDIALOG_H
27 #include "viewconfigurewidget.h"
39 namespace TDEABC { class AddressBook; }
41 class CardViewLookAndFeelPage;
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;
|