|
|
@ -493,7 +493,7 @@ OptionsDialog::OptionsDialog(TQWidget *parent, const char *name)
|
|
|
|
{
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
|
|
//******** Server ************************************
|
|
|
|
//******** Server ************************************
|
|
|
|
serverTab = addPage(i18n("Server"),i18n("DICT Server Configuration"), BarIcon("network", KIcon::SizeMedium ));
|
|
|
|
serverTab = addPage(i18n("Server"),i18n("DICT Server Configuration"), BarIcon("network", TDEIcon::SizeMedium ));
|
|
|
|
TQGridLayout* grid = new TQGridLayout(serverTab,10,3,0,spacingHint());
|
|
|
|
TQGridLayout* grid = new TQGridLayout(serverTab,10,3,0,spacingHint());
|
|
|
|
|
|
|
|
|
|
|
|
w_server = new KLineEdit(serverTab);
|
|
|
|
w_server = new KLineEdit(serverTab);
|
|
|
@ -579,7 +579,7 @@ OptionsDialog::OptionsDialog(TQWidget *parent, const char *name)
|
|
|
|
grid->setColStretch(2,2);
|
|
|
|
grid->setColStretch(2,2);
|
|
|
|
|
|
|
|
|
|
|
|
//************ Appearance ***************************
|
|
|
|
//************ Appearance ***************************
|
|
|
|
appTab = addPage(i18n("Appearance"),i18n("Customize Visual Appearance"), BarIcon("appearance", KIcon::SizeMedium ));
|
|
|
|
appTab = addPage(i18n("Appearance"),i18n("Customize Visual Appearance"), BarIcon("appearance", TDEIcon::SizeMedium ));
|
|
|
|
|
|
|
|
|
|
|
|
TQGridLayout *topL=new TQGridLayout(appTab, 8, 3, 0, spacingHint());
|
|
|
|
TQGridLayout *topL=new TQGridLayout(appTab, 8, 3, 0, spacingHint());
|
|
|
|
|
|
|
|
|
|
|
@ -641,7 +641,7 @@ OptionsDialog::OptionsDialog(TQWidget *parent, const char *name)
|
|
|
|
f_List->insertItem(new FontListItem(global->fontName(i), global->font(i)));
|
|
|
|
f_List->insertItem(new FontListItem(global->fontName(i), global->font(i)));
|
|
|
|
|
|
|
|
|
|
|
|
//************ Layout ***************************
|
|
|
|
//************ Layout ***************************
|
|
|
|
layoutTab = addPage(i18n("Layout"),i18n("Customize Output Format"), BarIcon("text_left", KIcon::SizeMedium ));
|
|
|
|
layoutTab = addPage(i18n("Layout"),i18n("Customize Output Format"), BarIcon("text_left", TDEIcon::SizeMedium ));
|
|
|
|
|
|
|
|
|
|
|
|
TQVBoxLayout *vbox = new TQVBoxLayout(layoutTab, 0, spacingHint());
|
|
|
|
TQVBoxLayout *vbox = new TQVBoxLayout(layoutTab, 0, spacingHint());
|
|
|
|
|
|
|
|
|
|
|
@ -666,7 +666,7 @@ OptionsDialog::OptionsDialog(TQWidget *parent, const char *name)
|
|
|
|
vbox->addStretch(1);
|
|
|
|
vbox->addStretch(1);
|
|
|
|
|
|
|
|
|
|
|
|
//************ Other ***************************
|
|
|
|
//************ Other ***************************
|
|
|
|
otherTab = addPage(i18n("Miscellaneous"),i18n("Various Settings"), BarIcon("misc", KIcon::SizeMedium ));
|
|
|
|
otherTab = addPage(i18n("Miscellaneous"),i18n("Various Settings"), BarIcon("misc", TDEIcon::SizeMedium ));
|
|
|
|
|
|
|
|
|
|
|
|
vbox = new TQVBoxLayout(otherTab, 0, spacingHint());
|
|
|
|
vbox = new TQVBoxLayout(otherTab, 0, spacingHint());
|
|
|
|
|
|
|
|
|
|
|
|