styling
@@ -3,24 +3,20 @@
|
||||
<file>resources/blankXML/ListGroups.xml</file>
|
||||
<file>resources/blankXML/ListInstructors.xml</file>
|
||||
<file>resources/blankXML/ListTrainees.xml</file>
|
||||
<file>resources/icons/switchOff.png</file>
|
||||
<file>resources/icons/switchOn.png</file>
|
||||
<file>resources/blankXML/ListTasksAMM.xml</file>
|
||||
<file>resources/blankXML/ListTasksFIM.xml</file>
|
||||
<file>resources/icons/circleGreen.png</file>
|
||||
<file>resources/icons/circleRed.png</file>
|
||||
<file>resources/icons/lock.png</file>
|
||||
<file>resources/icons/unlock.png</file>
|
||||
<file>resources/icons/open.png</file>
|
||||
<file>resources/icons/rocket.png</file>
|
||||
<file>resources/icons/stop.png</file>
|
||||
<file>resources/icons/settings.png</file>
|
||||
<file>resources/icons/circleGray.png</file>
|
||||
<file>resources/icons/checkDB.png</file>
|
||||
<file>resources/icons/editorDB.png</file>
|
||||
<file>resources/icons/procedure.png</file>
|
||||
<file>resources/icons/exchange.png</file>
|
||||
<file>resources/blankXML/ListSubProc.xml</file>
|
||||
<file>resources/icons/PngServerRRJ.png</file>
|
||||
<file>resources/icons/reparation.png</file>
|
||||
<file>resources/icons/save.png</file>
|
||||
<file>resources/icons/stoped.png</file>
|
||||
</qresource>
|
||||
</RCC>
|
||||
|
||||
|
Before Width: | Height: | Size: 36 KiB |
|
Before Width: | Height: | Size: 2.1 KiB After Width: | Height: | Size: 1.4 KiB |
|
Before Width: | Height: | Size: 2.8 KiB After Width: | Height: | Size: 1.9 KiB |
|
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 16 KiB |
|
Before Width: | Height: | Size: 3.7 KiB After Width: | Height: | Size: 34 KiB |
|
Before Width: | Height: | Size: 9.7 KiB After Width: | Height: | Size: 7.2 KiB |
BIN
LibServer/resources/icons/old/circleGray.png
Normal file
|
After Width: | Height: | Size: 2.1 KiB |
BIN
LibServer/resources/icons/old/circleGreen.png
Normal file
|
After Width: | Height: | Size: 2.8 KiB |
BIN
LibServer/resources/icons/old/circleRed.png
Normal file
|
After Width: | Height: | Size: 2.9 KiB |
BIN
LibServer/resources/icons/old/diskette.png
Normal file
|
After Width: | Height: | Size: 7.5 KiB |
BIN
LibServer/resources/icons/old/editorDB.png
Normal file
|
After Width: | Height: | Size: 3.7 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 12 KiB |
|
Before Width: | Height: | Size: 21 KiB After Width: | Height: | Size: 9.7 KiB |
BIN
LibServer/resources/icons/old/lock_.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
|
Before Width: | Height: | Size: 29 KiB After Width: | Height: | Size: 29 KiB |
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 1.3 KiB |
BIN
LibServer/resources/icons/old/rocket.png
Normal file
|
After Width: | Height: | Size: 17 KiB |
BIN
LibServer/resources/icons/old/save.png
Normal file
|
After Width: | Height: | Size: 7.4 KiB |
BIN
LibServer/resources/icons/old/settings.png
Normal file
|
After Width: | Height: | Size: 4.2 KiB |
BIN
LibServer/resources/icons/old/settings_.png
Normal file
|
After Width: | Height: | Size: 42 KiB |
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 26 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 2.3 KiB After Width: | Height: | Size: 2.3 KiB |
|
Before Width: | Height: | Size: 11 KiB After Width: | Height: | Size: 11 KiB |
BIN
LibServer/resources/icons/reparation.png
Normal file
|
After Width: | Height: | Size: 15 KiB |
|
Before Width: | Height: | Size: 17 KiB After Width: | Height: | Size: 38 KiB |
BIN
LibServer/resources/icons/save.png
Normal file
|
After Width: | Height: | Size: 6.4 KiB |
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 44 KiB |
|
Before Width: | Height: | Size: 12 KiB After Width: | Height: | Size: 27 KiB |
BIN
LibServer/resources/icons/stoped.png
Normal file
|
After Width: | Height: | Size: 12 KiB |
@@ -472,7 +472,7 @@ void ServerLMSWidget::updateStateOnlyServer()
|
||||
else
|
||||
{
|
||||
ui->lblOnOffText->setText(tr("stoped"));
|
||||
ui->lblOnOff->setPixmap(QPixmap(QStringLiteral(":/resources/icons/stop.png")));
|
||||
ui->lblOnOff->setPixmap(QPixmap(QStringLiteral(":/resources/icons/stoped.png")));
|
||||
}
|
||||
|
||||
emit signal_updateStateServer(server->getStateServer(), server->getStateBlockAutorization());
|
||||
|
||||
@@ -250,7 +250,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
<pixmap resource="Server.qrc">:/resources/icons/stoped.png</pixmap>
|
||||
</property>
|
||||
<property name="scaledContents">
|
||||
<bool>true</bool>
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../InstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
<pixmap resource="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -152,7 +152,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../InstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
<pixmap resource="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -223,7 +223,7 @@
|
||||
<string/>
|
||||
</property>
|
||||
<property name="pixmap">
|
||||
<pixmap resource="../InstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
<pixmap resource="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc">:/resources/icons/circleGray.png</pixmap>
|
||||
</property>
|
||||
</widget>
|
||||
</item>
|
||||
@@ -259,8 +259,8 @@
|
||||
<string>Repare</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../InstructorsAndTrainees/InstructorsAndTrainees.qrc">
|
||||
<normaloff>:/resources/icons/procedure.png</normaloff>:/resources/icons/procedure.png</iconset>
|
||||
<iconset resource="../Server.qrc">
|
||||
<normaloff>:/resources/icons/reparation.png</normaloff>:/resources/icons/reparation.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -280,7 +280,8 @@
|
||||
</layout>
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../InstructorsAndTrainees/InstructorsAndTrainees.qrc"/>
|
||||
<include location="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc"/>
|
||||
<include location="../Server.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||
@@ -303,6 +303,7 @@ void DialogSettingsTray::on_btnCheckDB_clicked()
|
||||
dlg.setWindowIcon(QIcon(QStringLiteral(":/resources/icons/PngServerRRJ.png")));
|
||||
dlg.setWindowTitle(tr("Superuser PostgreSQL authorization"));
|
||||
dlg.setWindowFlags(dlg.windowFlags() & ~Qt::WindowContextHelpButtonHint);
|
||||
dlg.setMinimumWidth(350);
|
||||
dlg.setStyleSheet(this->styleSheet());
|
||||
dlg.setLogin("postgres");
|
||||
dlg.setPassword("");
|
||||
|
||||
@@ -254,8 +254,8 @@
|
||||
<string>Save</string>
|
||||
</property>
|
||||
<property name="icon">
|
||||
<iconset resource="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc">
|
||||
<normaloff>:/resources/icons/circleGreen.png</normaloff>:/resources/icons/circleGreen.png</iconset>
|
||||
<iconset resource="../Server.qrc">
|
||||
<normaloff>:/resources/icons/save.png</normaloff>:/resources/icons/save.png</iconset>
|
||||
</property>
|
||||
<property name="iconSize">
|
||||
<size>
|
||||
@@ -365,6 +365,7 @@
|
||||
</widget>
|
||||
<resources>
|
||||
<include location="../../LibInstructorsAndTrainees/InstructorsAndTrainees.qrc"/>
|
||||
<include location="../Server.qrc"/>
|
||||
</resources>
|
||||
<connections/>
|
||||
</ui>
|
||||
|
||||