mirror of
https://github.com/outbackdingo/amnezia-client.git
synced 2026-01-27 10:18:14 +00:00
ui fix
This commit is contained in:
@@ -62,6 +62,13 @@ MainWindow::MainWindow(QWidget *parent) :
|
||||
setupTray();
|
||||
setupUiConnections();
|
||||
|
||||
ui->pushButton_general_settings_exit->hide();
|
||||
ui->pushButton_share_connection->hide();
|
||||
ui->radioButton_mode_all_sites->hide();
|
||||
ui->radioButton_mode_include_selected_sites->hide();
|
||||
ui->pushButton_blocked_list->hide();
|
||||
ui->label_description->hide();
|
||||
|
||||
setFixedSize(width(),height());
|
||||
|
||||
qInfo().noquote() << QString("Started %1 version %2").arg(APPLICATION_NAME).arg(APP_VERSION);
|
||||
|
||||
@@ -1102,7 +1102,7 @@ color: #181922;
|
||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QRadioButton" name="radioButton">
|
||||
<widget class="QRadioButton" name="radioButton_mode_all_sites">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -1121,7 +1121,7 @@ color: #181922;
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QRadioButton" name="radioButton_2">
|
||||
<widget class="QRadioButton" name="radioButton_mode_include_selected_sites">
|
||||
<property name="enabled">
|
||||
<bool>false</bool>
|
||||
</property>
|
||||
@@ -1162,6 +1162,22 @@ color: #181922;
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
</widget>
|
||||
<widget class="QLabel" name="label_tmp_logo">
|
||||
<property name="geometry">
|
||||
<rect>
|
||||
<x>0</x>
|
||||
<y>500</y>
|
||||
<width>381</width>
|
||||
<height>131</height>
|
||||
</rect>
|
||||
</property>
|
||||
<property name="styleSheet">
|
||||
<string notr="true">image: url(:/images/AmneziaVPN.png);</string>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string/>
|
||||
</property>
|
||||
</widget>
|
||||
</widget>
|
||||
<widget class="QWidget" name="page_sites">
|
||||
<property name="styleSheet">
|
||||
|
||||
Reference in New Issue
Block a user