24#ifndef CONFIGURECARDVIEWDIALOG_H
25#define CONFIGURECARDVIEWDIALOG_H
27#include "viewconfigurewidget.h"
39namespace TDEABC { class AddressBook; }
41class CardViewLookAndFeelPage;
48class ConfigureCardViewWidget : public ViewConfigureWidget
51 ConfigureCardViewWidget( TDEABC::AddressBook *ab, TQWidget *parent, const char *name );
52 virtual ~ConfigureCardViewWidget();
80class CardViewLookNFeelPage : public TQVBox {
86 CardViewLookNFeelPage( TQWidget *parent=0, const char *name=0 );
87 ~CardViewLookNFeelPage();
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...
|