Make labels more consistent

This commit is contained in:
Martchus 2019-12-30 21:58:54 +01:00
parent d55642a43d
commit 9b981dbeb9
5 changed files with 5 additions and 29 deletions

View File

@ -126,7 +126,7 @@
</sizepolicy>
</property>
<property name="text">
<string>adjust ...</string>
<string>Adjust ...</string>
</property>
</widget>
</item>

View File

@ -2,14 +2,6 @@
<ui version="4.0">
<class>QtGui::ProxyPage</class>
<widget class="QWidget" name="QtGui::ProxyPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>245</width>
<height>220</height>
</rect>
</property>
<property name="windowTitle">
<string>Proxy</string>
</property>

View File

@ -171,7 +171,7 @@ QWidget *UiPage::setupWidget()
mainWindowLabel->setStyleSheet(QStringLiteral("font-weight: bold;"));
layout->addWidget(mainWindowLabel);
layout->addWidget(
m_multiSelectionCheckBox = new QCheckBox(QApplication::translate("QtGui::GeneralUiOptionPage", "enable multi-selection"), widget));
m_multiSelectionCheckBox = new QCheckBox(QApplication::translate("QtGui::GeneralUiOptionPage", "Enable multi-selection"), widget));
widget->setLayout(layout);
return widget;
}
@ -346,7 +346,7 @@ QWidget *MiscPage::setupWidget()
widget->setWindowTitle(QApplication::translate("QtGui::NetworkMiscOptionPage", "Misc"));
QVBoxLayout *layout = new QVBoxLayout(widget);
layout->addWidget(
m_redirectCheckBox = new QCheckBox(QApplication::translate("QtGui::NetworkMiscOptionPage", "follow redirections without asking"), widget));
m_redirectCheckBox = new QCheckBox(QApplication::translate("QtGui::NetworkMiscOptionPage", "Follow redirections without asking"), widget));
widget->setLayout(layout);
return widget;
}

View File

@ -2,14 +2,6 @@
<ui version="4.0">
<class>QtGui::TargetPage</class>
<widget class="QWidget" name="QtGui::TargetPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>331</width>
<height>180</height>
</rect>
</property>
<property name="windowTitle">
<string>Target directory</string>
</property>
@ -138,14 +130,14 @@
<item>
<widget class="QCheckBox" name="overwriteCheckBox">
<property name="text">
<string>don't ask before overwriting existing files</string>
<string>Don't ask before overwriting existing files</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="askOnlyWhenThereIsNoAppropriateFilenameCheckBox">
<property name="text">
<string>ask only where to save files if there is no appropriate filename</string>
<string>Ask only where to save files if there is no appropriate filename</string>
</property>
<property name="checked">
<bool>true</bool>

View File

@ -2,14 +2,6 @@
<ui version="4.0">
<class>QtGui::UserAgentPage</class>
<widget class="QWidget" name="QtGui::UserAgentPage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>239</width>
<height>68</height>
</rect>
</property>
<property name="windowTitle">
<string>HTTP user agent</string>
</property>