mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/RRJServer.git
synced 2026-03-27 19:45:43 +03:00
Коррекция pushButton
This commit is contained in:
@@ -73,7 +73,12 @@ void DialogEditInstructor::verify()
|
||||
if(ui->editName->text().trimmed() == QStringLiteral("") ||
|
||||
ui->editLogin->text().trimmed() == QStringLiteral("") ||
|
||||
ui->editPassword->text().trimmed() == QStringLiteral(""))
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
ui->btnOK->setEnabled(false);
|
||||
else
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
|
||||
ui->btnOK->setEnabled(true);
|
||||
}
|
||||
|
||||
void DialogEditInstructor::on_btnOK_clicked()
|
||||
{
|
||||
this->accept();
|
||||
}
|
||||
|
||||
@@ -27,6 +27,8 @@ private slots:
|
||||
|
||||
void on_editPassword_textChanged(const QString &arg1);
|
||||
|
||||
void on_btnOK_clicked();
|
||||
|
||||
private:
|
||||
void verify();
|
||||
|
||||
|
||||
@@ -174,63 +174,42 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item row="1" column="0">
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="locale">
|
||||
<locale language="English" country="UnitedStates"/>
|
||||
</property>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnOK">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../resources.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>DialogEditInstructor</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>248</x>
|
||||
<y>254</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>rejected()</signal>
|
||||
<receiver>DialogEditInstructor</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>316</x>
|
||||
<y>260</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -73,6 +73,7 @@ QPushButton, QToolButton {
|
||||
}
|
||||
QPushButton {
|
||||
height: 25px;
|
||||
width: 75px;
|
||||
}
|
||||
QToolButton {
|
||||
width: 180px;
|
||||
@@ -89,7 +90,7 @@ QPushButton:flat, QToolButton:flat {
|
||||
border: none; /* no border for a flat push button */
|
||||
}
|
||||
QPushButton:default, QToolButton:default {
|
||||
border-color: navy; /* make the default button prominent */
|
||||
border-color: darkblue; /*make the default button prominent */
|
||||
}
|
||||
QPushButton:hover , QToolButton:hover {
|
||||
background: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
@@ -106,6 +107,15 @@ QPushButton:checked, QToolButton:checked {
|
||||
stop: 0 #dadbde, stop: 1 #f6f7fa);
|
||||
border-style: inset;
|
||||
}
|
||||
/*
|
||||
QDialogButtonBox {
|
||||
border: 2px solid #8f8f91;
|
||||
border-style: outset;
|
||||
border-radius: 5px;
|
||||
background-color: qlineargradient(x1: 0, y1: 0, x2: 0, y2: 1,
|
||||
stop: 0 #f6f7fa, stop: 1 #dadbde);
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
QCheckBox {
|
||||
|
||||
@@ -117,13 +117,13 @@ void AMMtasksWidget::resizeEvent(QResizeEvent *event)
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeAMM::clmnAMM_ID, 50);
|
||||
treeWidget->setColumnWidth(ColumnsTreeAMM::clmnAMM_code, 250);
|
||||
treeWidget->setColumnWidth(ColumnsTreeAMM::clmnAMM_status, 110);
|
||||
treeWidget->setColumnWidth(ColumnsTreeAMM::clmnAMM_status, 130);
|
||||
|
||||
int widthPMorDM;
|
||||
if(type == TypeListTreeAMMFIM::listCommon)
|
||||
widthPMorDM = width - (250 + 10);
|
||||
widthPMorDM = width - (270 + 10);
|
||||
else
|
||||
widthPMorDM = width - (410 + 10);
|
||||
widthPMorDM = width - (430 + 10);
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeAMM::clmnAMM_PMorDM, widthPMorDM);
|
||||
}
|
||||
|
||||
@@ -120,13 +120,13 @@ void FIMtasksWidget::resizeEvent(QResizeEvent *event)
|
||||
int width = treeWidget->width();
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_ID, 50);
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_status, 110);
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_status, 130);
|
||||
|
||||
int widthTitle;
|
||||
if(type == TypeListTreeAMMFIM::listCommon)
|
||||
widthTitle = width - (0 + 10);
|
||||
widthTitle = width - (20 + 10);
|
||||
else
|
||||
widthTitle = width - (160 + 10);
|
||||
widthTitle = width - (180 + 10);
|
||||
|
||||
treeWidget->setColumnWidth(ColumnsTreeFIM::clmnFIM_Title, widthTitle);
|
||||
}
|
||||
|
||||
@@ -42,7 +42,12 @@ void DialogEditGroup::on_editName_textChanged(const QString &arg1)
|
||||
void DialogEditGroup::verify()
|
||||
{
|
||||
if(ui->editName->text().trimmed() == QStringLiteral(""))
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
ui->btnOK->setEnabled(false);
|
||||
else
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
|
||||
ui->btnOK->setEnabled(true);
|
||||
}
|
||||
|
||||
void DialogEditGroup::on_btnOK_clicked()
|
||||
{
|
||||
this->accept();
|
||||
}
|
||||
|
||||
@@ -24,6 +24,8 @@ public:
|
||||
private slots:
|
||||
void on_editName_textChanged(const QString &arg1);
|
||||
|
||||
void on_btnOK_clicked();
|
||||
|
||||
private:
|
||||
void verify();
|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@
|
||||
<string>Group</string>
|
||||
</property>
|
||||
<property name="windowIcon">
|
||||
<iconset resource="../resources.qrc">
|
||||
<iconset>
|
||||
<normaloff>:/icons/group.png</normaloff>:/icons/group.png</iconset>
|
||||
</property>
|
||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||
@@ -51,63 +51,40 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnOK">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="locale">
|
||||
<locale language="English" country="UnitedStates"/>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
<property name="text">
|
||||
<string>Save</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../resources.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>DialogEditGroup</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>248</x>
|
||||
<y>254</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>rejected()</signal>
|
||||
<receiver>DialogEditGroup</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>316</x>
|
||||
<y>260</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
<resources/>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -66,7 +66,12 @@ void DialogEditTrainee::verify()
|
||||
if(ui->editName->text().trimmed() == QStringLiteral("") ||
|
||||
ui->editLogin->text().trimmed() == QStringLiteral("") ||
|
||||
ui->editPassword->text().trimmed() == QStringLiteral(""))
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(false);
|
||||
ui->btnOK->setEnabled(false);
|
||||
else
|
||||
ui->buttonBox->button(QDialogButtonBox::Ok)->setEnabled(true);
|
||||
ui->btnOK->setEnabled(true);
|
||||
}
|
||||
|
||||
void DialogEditTrainee::on_btnOK_clicked()
|
||||
{
|
||||
this->accept();
|
||||
}
|
||||
|
||||
@@ -26,6 +26,8 @@ private slots:
|
||||
|
||||
void on_editPassword_textChanged(const QString &arg1);
|
||||
|
||||
void on_btnOK_clicked();
|
||||
|
||||
private:
|
||||
void verify();
|
||||
|
||||
|
||||
@@ -24,24 +24,6 @@
|
||||
<normaloff>:/icons/trainee.png</normaloff>:/icons/trainee.png</iconset>
|
||||
</property>
|
||||
<layout class="QGridLayout" name="gridLayout">
|
||||
<item row="1" column="0">
|
||||
<widget class="QDialogButtonBox" name="buttonBox">
|
||||
<property name="font">
|
||||
<font>
|
||||
<pointsize>10</pointsize>
|
||||
</font>
|
||||
</property>
|
||||
<property name="locale">
|
||||
<locale language="English" country="UnitedStates"/>
|
||||
</property>
|
||||
<property name="orientation">
|
||||
<enum>Qt::Horizontal</enum>
|
||||
</property>
|
||||
<property name="standardButtons">
|
||||
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
<item row="0" column="0">
|
||||
<layout class="QVBoxLayout" name="verticalLayout">
|
||||
<item>
|
||||
@@ -183,6 +165,36 @@
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
<item>
|
||||
<spacer name="verticalSpacer">
|
||||
<property name="orientation">
|
||||
<enum>Qt::Vertical</enum>
|
||||
</property>
|
||||
<property name="sizeHint" stdset="0">
|
||||
<size>
|
||||
<width>20</width>
|
||||
<height>40</height>
|
||||
</size>
|
||||
</property>
|
||||
</spacer>
|
||||
</item>
|
||||
<item>
|
||||
<layout class="QHBoxLayout" name="horizontalLayout_2">
|
||||
<item>
|
||||
<widget class="QPushButton" name="btnOK">
|
||||
<property name="sizePolicy">
|
||||
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
||||
<horstretch>0</horstretch>
|
||||
<verstretch>0</verstretch>
|
||||
</sizepolicy>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Save</string>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
</item>
|
||||
</layout>
|
||||
@@ -190,38 +202,5 @@
|
||||
<resources>
|
||||
<include location="../resources.qrc"/>
|
||||
</resources>
|
||||
<connections>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>accepted()</signal>
|
||||
<receiver>DialogEditTrainee</receiver>
|
||||
<slot>accept()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>248</x>
|
||||
<y>254</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>157</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
<connection>
|
||||
<sender>buttonBox</sender>
|
||||
<signal>rejected()</signal>
|
||||
<receiver>DialogEditTrainee</receiver>
|
||||
<slot>reject()</slot>
|
||||
<hints>
|
||||
<hint type="sourcelabel">
|
||||
<x>316</x>
|
||||
<y>260</y>
|
||||
</hint>
|
||||
<hint type="destinationlabel">
|
||||
<x>286</x>
|
||||
<y>274</y>
|
||||
</hint>
|
||||
</hints>
|
||||
</connection>
|
||||
</connections>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
Binary file not shown.
@@ -66,12 +66,12 @@ Delete it anyway?</source>
|
||||
<translation>Статус задачи</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/ammtaskswidget.cpp" line="336"/>
|
||||
<location filename="../tasks/ammtaskswidget.cpp" line="337"/>
|
||||
<source>New task</source>
|
||||
<translation>Новая задача</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/ammtaskswidget.cpp" line="336"/>
|
||||
<location filename="../tasks/ammtaskswidget.cpp" line="337"/>
|
||||
<source>Assign this task?</source>
|
||||
<translation>Назначить эту задачу?</translation>
|
||||
</message>
|
||||
@@ -94,6 +94,11 @@ Delete it anyway?</source>
|
||||
<source>admin</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/dialogauthorizationinstructor.ui" line="113"/>
|
||||
<source>Login in</source>
|
||||
<translation>Войти</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/dialogauthorizationinstructor.ui" line="53"/>
|
||||
<source>Password</source>
|
||||
@@ -194,6 +199,11 @@ The status will be set:
|
||||
<source>Name</source>
|
||||
<translation>Имя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogeditgroup.ui" line="78"/>
|
||||
<source>Save</source>
|
||||
<translation>Сохранить</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DialogEditInstructor</name>
|
||||
@@ -232,6 +242,11 @@ The status will be set:
|
||||
<source>Logged</source>
|
||||
<translation>Залогирован</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/dialogeditinstructor.ui" line="201"/>
|
||||
<source>Save</source>
|
||||
<translation>Сохранить</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DialogEditTrainee</name>
|
||||
@@ -241,30 +256,35 @@ The status will be set:
|
||||
<translation>Обучаемый</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="59"/>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="41"/>
|
||||
<source>Name</source>
|
||||
<translation>Имя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="71"/>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="53"/>
|
||||
<source>Login</source>
|
||||
<translation>Логин</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="83"/>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="65"/>
|
||||
<source>Password</source>
|
||||
<translation>Пароль</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="145"/>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="127"/>
|
||||
<source>Archived</source>
|
||||
<translation>Архивный</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="172"/>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="154"/>
|
||||
<source>Logged</source>
|
||||
<translation>Залогирован</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/dialogedittrainee.ui" line="192"/>
|
||||
<source>Save</source>
|
||||
<translation>Сохранить</translation>
|
||||
</message>
|
||||
</context>
|
||||
<context>
|
||||
<name>DialogSettings</name>
|
||||
@@ -274,52 +294,52 @@ The status will be set:
|
||||
<translation>Настройки</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="41"/>
|
||||
<location filename="../dialogsettings.ui" line="47"/>
|
||||
<source>Main</source>
|
||||
<translation>Основные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="51"/>
|
||||
<location filename="../dialogsettings.ui" line="57"/>
|
||||
<source>Language</source>
|
||||
<translation>Язык</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="76"/>
|
||||
<location filename="../dialogsettings.ui" line="88"/>
|
||||
<source>Server</source>
|
||||
<translation>Сервер</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="86"/>
|
||||
<location filename="../dialogsettings.ui" line="98"/>
|
||||
<source>Address</source>
|
||||
<translation>Адрес</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="123"/>
|
||||
<location filename="../dialogsettings.ui" line="135"/>
|
||||
<source>Port</source>
|
||||
<translation>Порт</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="169"/>
|
||||
<location filename="../dialogsettings.ui" line="181"/>
|
||||
<source>Auto start</source>
|
||||
<translation>Авто старт</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="214"/>
|
||||
<location filename="../dialogsettings.ui" line="232"/>
|
||||
<source>Save</source>
|
||||
<translation>Сохранить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="247"/>
|
||||
<location filename="../dialogsettings.ui" line="271"/>
|
||||
<source>Additional</source>
|
||||
<translation>Расширенные</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="261"/>
|
||||
<location filename="../dialogsettings.ui" line="291"/>
|
||||
<source>Version</source>
|
||||
<translation>Версия</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../dialogsettings.ui" line="287"/>
|
||||
<location filename="../dialogsettings.ui" line="323"/>
|
||||
<source>Style</source>
|
||||
<translation>Стиль</translation>
|
||||
</message>
|
||||
@@ -343,7 +363,7 @@ The status will be set:
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.ui" line="121"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="240"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="244"/>
|
||||
<source>To archive</source>
|
||||
<translation>Архивировать</translation>
|
||||
</message>
|
||||
@@ -358,81 +378,81 @@ The status will be set:
|
||||
<translation>Показать архив</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="107"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="113"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="152"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="189"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="111"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="117"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="156"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="193"/>
|
||||
<source>Error!</source>
|
||||
<translation>Ошибка!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="107"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="111"/>
|
||||
<source>You cannot delete the Administrator.</source>
|
||||
<translation>Нельзя удалить администратора.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="113"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="117"/>
|
||||
<source>You cannot delete a logged-in instructor.</source>
|
||||
<translation>Вы не можете удалить инструктора, вошедшего в систему.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="117"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="121"/>
|
||||
<source>Attention!</source>
|
||||
<translation>Внимание!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="117"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="121"/>
|
||||
<source>The deletion will be irrevocable.
|
||||
Delete it anyway?</source>
|
||||
<translation>Удаление будет безвозвратным.
|
||||
Всё равно удалить?</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="152"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="156"/>
|
||||
<source>You cannot archive a logged-in instructor.</source>
|
||||
<translation>Вы не можете заархивировать инструктора, вошедшего в систему.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="189"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="193"/>
|
||||
<source>You cannot edit a logged-in instructor.</source>
|
||||
<translation>Вы не можете редактировать инструктора, вошедшего в систему.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="235"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="239"/>
|
||||
<source>From archive</source>
|
||||
<translation>Разархивировать</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="275"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="282"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="289"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="299"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="279"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="286"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="293"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="303"/>
|
||||
<source>Editing error!</source>
|
||||
<translation>Ошибка редактирования!</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="276"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="280"/>
|
||||
<source>Unacceptable instructor name has been entered.
|
||||
The changes will not be accepted.</source>
|
||||
<translation>Введено неприемлемое имя инструктора.
|
||||
Изменения приняты не будут.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="283"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="287"/>
|
||||
<source>Unacceptable instructor login has been entered.
|
||||
The changes will not be accepted.</source>
|
||||
<translation>Введен неприемлемый логин инструктора.
|
||||
Изменения приняты не будут.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="290"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="294"/>
|
||||
<source>Unacceptable instructor password has been entered.
|
||||
The changes will not be accepted.</source>
|
||||
<translation>Введен неприемлемый пароль инструктора.
|
||||
Изменения приняты не будут.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="300"/>
|
||||
<location filename="../instructors/editorinstructors.cpp" line="304"/>
|
||||
<source>An existing instructor or trainee login has been entered.
|
||||
The changes will not be accepted.</source>
|
||||
<translation>Введен существующий логин инструктора или обучаемого.
|
||||
@@ -641,12 +661,12 @@ Delete it anyway?</source>
|
||||
<translation>Проверка задачи</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/fimtaskswidget.cpp" line="387"/>
|
||||
<location filename="../tasks/fimtaskswidget.cpp" line="388"/>
|
||||
<source>New task</source>
|
||||
<translation>Новая задача</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/fimtaskswidget.cpp" line="387"/>
|
||||
<location filename="../tasks/fimtaskswidget.cpp" line="388"/>
|
||||
<source>Assign this task?</source>
|
||||
<translation>Назначить эту задачу?</translation>
|
||||
</message>
|
||||
@@ -711,14 +731,14 @@ Delete it anyway?</source>
|
||||
<message>
|
||||
<location filename="../instructorsandtraineeswidget.ui" line="317"/>
|
||||
<location filename="../instructorsandtraineeswidget.ui" line="391"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="384"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="400"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="386"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="402"/>
|
||||
<source>none</source>
|
||||
<translation>нет</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="127"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="440"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="443"/>
|
||||
<source>Attention!</source>
|
||||
<translation>Внимание!</translation>
|
||||
</message>
|
||||
@@ -748,7 +768,7 @@ Delete it anyway?</source>
|
||||
<translation>Сервер не доступен</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="440"/>
|
||||
<location filename="../instructorsandtraineeswidget.cpp" line="443"/>
|
||||
<source>Server settings have been changed. Please reconnect to the server.</source>
|
||||
<translation>Настройки сервера изменены. Выполните переподключение к серверу.</translation>
|
||||
</message>
|
||||
@@ -822,27 +842,23 @@ Delete it anyway?</source>
|
||||
<translation>Форма</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.ui" line="111"/>
|
||||
<location filename="../messanger/messangerwidget.ui" line="53"/>
|
||||
<location filename="../messanger/messangerwidget.ui" line="60"/>
|
||||
<source>TextLabel</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.ui" line="147"/>
|
||||
<source>Send</source>
|
||||
<translation>Отправить</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.ui" line="49"/>
|
||||
<source>Tab 1</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.ui" line="54"/>
|
||||
<source>Tab 2</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.cpp" line="81"/>
|
||||
<location filename="../messanger/messangerwidget.cpp" line="111"/>
|
||||
<source>Trainee</source>
|
||||
<translation>Обучаемый</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/messangerwidget.cpp" line="83"/>
|
||||
<location filename="../messanger/messangerwidget.cpp" line="120"/>
|
||||
<source>Instructor</source>
|
||||
<translation>Инструктор</translation>
|
||||
</message>
|
||||
@@ -855,12 +871,17 @@ Delete it anyway?</source>
|
||||
<translation>Форма</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/msgwidget.ui" line="42"/>
|
||||
<location filename="../messanger/msgwidget.ui" line="48"/>
|
||||
<source>TextLabel</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/msgwidget.ui" line="85"/>
|
||||
<location filename="../messanger/msgwidget.ui" line="72"/>
|
||||
<source>Name</source>
|
||||
<translation>Имя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../messanger/msgwidget.ui" line="130"/>
|
||||
<source>--:--</source>
|
||||
<translation>--:--</translation>
|
||||
</message>
|
||||
@@ -919,51 +940,51 @@ Delete it anyway?</source>
|
||||
<translation>Форма</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="24"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="30"/>
|
||||
<source>Trainee</source>
|
||||
<translation>Обучаемый</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="32"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="38"/>
|
||||
<source>Name</source>
|
||||
<translation>Имя</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="62"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="68"/>
|
||||
<source>Last login time</source>
|
||||
<translation>Время последнего входа</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="69"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="90"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="111"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="132"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="153"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="75"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="96"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="117"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="138"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="159"/>
|
||||
<source>0</source>
|
||||
<translation></translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="83"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="89"/>
|
||||
<source>Assigned FIM</source>
|
||||
<translation>Назначенные FIM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="104"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="110"/>
|
||||
<source>Assigned AMM</source>
|
||||
<translation>Назначенные AMM</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="125"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="131"/>
|
||||
<source>Time of operation</source>
|
||||
<translation>Время работы</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="146"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="152"/>
|
||||
<source>Last time of exit</source>
|
||||
<translation>Время последнего выхода</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="168"/>
|
||||
<location filename="../trainees/personalcardtrainee.ui" line="174"/>
|
||||
<source>Chat</source>
|
||||
<translation>Чат</translation>
|
||||
</message>
|
||||
@@ -1026,30 +1047,30 @@ Delete it anyway?</source>
|
||||
<context>
|
||||
<name>TaskAMMFIMTreePreparation</name>
|
||||
<message>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="453"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="505"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="596"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="457"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="509"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="600"/>
|
||||
<source>completed</source>
|
||||
<translation>выполнена</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="458"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="510"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="601"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="462"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="514"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="605"/>
|
||||
<source>failed</source>
|
||||
<translation>неверно</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="463"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="515"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="606"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="467"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="519"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="610"/>
|
||||
<source>checkup</source>
|
||||
<translation>на проверке</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="468"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="520"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="611"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="472"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="524"/>
|
||||
<location filename="../tasks/tasktreepreparation.cpp" line="615"/>
|
||||
<source>new</source>
|
||||
<translation>новая</translation>
|
||||
</message>
|
||||
@@ -1234,12 +1255,12 @@ Delete it anyway?</source>
|
||||
<translation>Редактор обучаемых</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/viewertrainees.cpp" line="107"/>
|
||||
<location filename="../trainees/viewertrainees.cpp" line="80"/>
|
||||
<source>Editor of trainees</source>
|
||||
<translation>Редактор обучаемых</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../trainees/viewertrainees.cpp" line="139"/>
|
||||
<location filename="../trainees/viewertrainees.cpp" line="113"/>
|
||||
<source>Personal card trainee</source>
|
||||
<translation>Персональная карта обучаемого</translation>
|
||||
</message>
|
||||
|
||||
Reference in New Issue
Block a user