Skip to content

Commit

Permalink
Merge pull request #1458 from subutai-io/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
crioto authored Jul 25, 2018
2 parents bc0ed9b + 4e48cc4 commit 1cdd3a0
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 14 deletions.
46 changes: 32 additions & 14 deletions hub/forms/DlgAbout.ui
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,14 @@ min-height: 550pxk
QCheckBox::indicator:unchecked:pressed
{
image: url(:/hub/check_box.png);
}
QCheckBox::indicator:checked:disabled
{
image: url(:/hub/unknown.png);
}
QCheckBox::indicator:unchecked:disabled
{
image: url(:/hub/unknown.png);
}</string>
</property>
<property name="text">
Expand Down Expand Up @@ -804,6 +812,14 @@ min-height: 550pxk
QCheckBox::indicator:unchecked:pressed
{
image: url(:/hub/check_box.png);
}
QCheckBox::indicator:checked:disabled
{
image: url(:/hub/unknown.png);
}
QCheckBox::indicator:unchecked:disabled
{
image: url(:/hub/unknown.png);
}</string>
</property>
<property name="text">
Expand Down Expand Up @@ -950,6 +966,14 @@ min-height: 550pxk
QCheckBox::indicator:unchecked:pressed
{
image: url(:/hub/check_box.png);
}
QCheckBox::indicator:checked:disabled
{
image: url(:/hub/unknown.png);
}
QCheckBox::indicator:unchecked:disabled
{
image: url(:/hub/unknown.png);
}</string>
</property>
<property name="text">
Expand Down Expand Up @@ -1502,6 +1526,14 @@ min-height: 550pxk
QCheckBox::indicator:unchecked:pressed
{
image: url(:/hub/check_box.png);
}
QCheckBox::indicator:checked:disabled
{
image: url(:/hub/unknown.png);
}
QCheckBox::indicator:unchecked:disabled
{
image: url(:/hub/unknown.png);
}</string>
</property>
<property name="text">
Expand Down Expand Up @@ -1697,20 +1729,6 @@ min-height: 550pxk
<layout class="QHBoxLayout" name="horizontalLayout">
<item>
<widget class="QPushButton" name="btn_uninstall_components">
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="styleSheet">
<string notr="true">QPushButton {
padding-left: 5px;
padding-right: 3px;
padding-top: 1px;
padding-bottom: 1px;
}</string>
</property>
<property name="text">
<string>Uninstall components</string>
</property>
Expand Down
1 change: 1 addition & 0 deletions resources/resources.qrc
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@
<file>hub-new.png</file>
<file>hide-password.png</file>
<file>show-password.png</file>
<file>unknown.png</file>
</qresource>
<qresource prefix="/">
<file>check_box.png</file>
Expand Down
Binary file added resources/unknown.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 1cdd3a0

Please sign in to comment.