|
|
|
@ -197,14 +197,14 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
|
|
|
|
|
TQGridLayout *grid = new TQGridLayout(mainLayout);
|
|
|
|
|
|
|
|
|
|
TQHBoxLayout *hbox = new QHBoxLayout;
|
|
|
|
|
TQHBoxLayout *hbox = new TQHBoxLayout;
|
|
|
|
|
TQLabel *label = new TQLabel(i18n("Total:"),this);
|
|
|
|
|
hbox->addWidget(label);
|
|
|
|
|
totalResultsLabel = new TQLabel("0",this);
|
|
|
|
|
hbox->addWidget(totalResultsLabel);
|
|
|
|
|
grid->addLayout(hbox,0,0);
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
label = new TQLabel(i18n("Current:"), this);
|
|
|
|
|
hbox->addWidget(label);
|
|
|
|
|
currentLabel = new TQLabel("0",this);
|
|
|
|
@ -212,7 +212,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
grid->addLayout(hbox,1,0);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
label = new TQLabel(i18n("Found in:"), this);
|
|
|
|
|
hbox->addWidget(label);
|
|
|
|
|
locationLabel = new TQLabel(this);
|
|
|
|
@ -220,7 +220,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
hbox->setStretchFactor(locationLabel,2);
|
|
|
|
|
grid->addLayout(hbox,0,1);
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
label = new TQLabel(i18n("Translator:"), this);
|
|
|
|
|
hbox->addWidget(label);
|
|
|
|
|
translatorLabel = new TQLabel(this);
|
|
|
|
@ -232,7 +232,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
grid->setColStretch(1,2);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
label = new TQLabel(i18n("Date:"),this);
|
|
|
|
|
hbox->addWidget(label);
|
|
|
|
|
dateLabel = new TQLabel(this);
|
|
|
|
@ -249,7 +249,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
mainLayout->addLayout(hbox);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
hbox->addStretch(1);
|
|
|
|
|
listButton = new TQToolButton(Qt::UpArrow,this);
|
|
|
|
|
listButton->setFixedSize(20,15);
|
|
|
|
@ -307,7 +307,7 @@ KBabelDictBox::KBabelDictBox( TQWidget* parent, const char* name, WFlags fl )
|
|
|
|
|
resultSplitter->setSizes(sizes);
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
hbox = new QHBoxLayout;
|
|
|
|
|
hbox = new TQHBoxLayout;
|
|
|
|
|
hbox->addStretch(1);
|
|
|
|
|
|
|
|
|
|
prevButton = new TQPushButton(i18n("< &Previous"),this);
|
|
|
|
|