2020-11-23 16:20:25 +03:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version= "4.0" >
<class > MainWindow</class>
<widget class= "QMainWindow" name= "MainWindow" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
2021-01-03 21:18:20 +03:00
<width > 380</width>
<height > 670</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "windowTitle" >
<string />
</property>
<property name= "styleSheet" >
<string notr= "true" > QWidget {
font: 16px " Lato" ;
outline: none;
font-style: normal;
font-weight: normal;
}
/*----------------------*/
QPushButton {
border: none;
color: rgb(216, 216, 216);
}
QPushButton:disabled {
border: none;
color: rgb(127, 127, 127);
}
/*----------------------*/
QLabel {
color: #181922;
}
QLabel:disabled {
color: #A7A7A7;
}
/*----------------------*/
QMessageBox {
background-color: #333333;
}
QMessageBox QLabel {
color: #aaa;
}
/*----------------------*/
QLineEdit {
border: none;
border-bottom:2px solid rgb(120, 120, 120);
color: rgb(140, 140, 140);
/*font: 13pt " JMH Cthulhumbus" ;*/
background:transparent;
selection-background-color: darkgray;
}
QLineEdit:focus {
border-bottom:2px solid rgb(200, 200, 200);
}
QLineEdit[error] {
border-bottom:2px solid rgb(213, 40, 60);
color: rgb(213, 40, 60);
}
QLineEdit:disabled {
border-bottom:2px solid rgb(127, 127, 127);
color: rgb(127, 127, 127);
}
QCheckBox {
color: rgb(200, 200, 200);
font: 63 11pt " Open Sans" ;
/*font: 11pt " JMH Cthulhumbus" ;*/
background: transparent;
}
QCheckBox::indicator {
min-height: 20px;
min-width: 20px;
border-image: url(:/images/controls/checkbox_unchecked.png) 0 0 0 0 stretch stretch;
}
QCheckBox::indicator:unchecked {
border-image: url(:/images/controls/checkbox_unchecked.png) 0 0 0 0 stretch stretch;
}
QCheckBox::indicator:unchecked:hover {
border-image: url(:/images/controls/checkbox_hover.png);
}
QCheckBox::indicator:checked {
border-image: url(:/images/controls/checkbox_checked.png);
}
QScrollBar:vertical { /* The area behind the scrollbar covering entire height. */
background-color: black;
opacity: 100;
width: 7px; /* set width to zero to hide scrollbar entirely. Can look quite clean and scrolling still works with mousewheel. */
margin: 0px 0px; /* Takes the height of the buttons + 3 extra pixels to leave some free space between handle and buttons */
}
QScrollBar::handle:vertical { /* The handle you scroll with */
image-position: center; /* image is used as a small gripper in the center of the scrollbar.. You can also use background-image to use two images */
background-color: rgb(200, 200, 200);
border-radius: 1px;
min-height: 10px;
}
QScrollBar::handle:vertical:hover { /* state when you hover over the handle */
background-color: rgb(160, 160, 160);
}
QScrollBar::handle:vertical:pressed { /* state when you hover over the handle */
background-color: rgb(120, 120, 120);
}
QScrollBar::sub-line:vertical { /* button to scroll up */
background-color: rgb(240,240,240);
height: 0px;
subcontrol-position: top;
subcontrol-origin: margin;
}
QScrollBar::sub-line:vertical:hover { /* hover state of button to scroll up */
background-color: rgb(200, 200, 200);
}
QScrollBar::up-arrow:vertical { /* arrow to scroll up with */
top: 2px;
}
QScrollBar::add-line:vertical { /* Button to scroll down */
background-color: rgb(240,240,240);
height: 0px;
subcontrol-position: bottom;
subcontrol-origin: margin;
}
QScrollBar::add-line:vertical:hover { /* hover state of button to scroll down */
background-color: rgb(200, 200, 200);
}
QScrollBar::down-arrow:vertical { /* arrow to scroll down with */
bottom: 3px;
}
QScrollBar::add-page:vertical, QScrollBar::sub-page:vertical {
background-color: black;
}</string>
</property>
<widget class= "QWidget" name= "centralWidget" >
<property name= "styleSheet" >
<string notr= "true" />
</property>
<widget class= "QWidget" name= "widget_main" native= "true" >
<property name= "geometry" >
<rect >
2021-01-03 21:18:20 +03:00
<x > 0</x>
<y > 0</y>
2020-11-23 16:20:25 +03:00
<width > 380</width>
<height > 670</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > QWidget #widget_main {
background: white;
}
</string>
</property>
<widget class= "QWidget" name= "widget_tittlebar" native= "true" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
<width > 380</width>
<height > 30</height>
</rect>
</property>
<property name= "mouseTracking" >
<bool > true</bool>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F5F5F5;
</string>
</property>
<widget class= "QPushButton" name= "pushButton_hide" >
<property name= "geometry" >
<rect >
<x > 330</x>
<y > 10</y>
<width > 16</width>
<height > 16</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/listitembg.png);
image-position: right;
</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_close" >
<property name= "geometry" >
<rect >
<x > 360</x>
<y > 8</y>
<width > 13</width>
<height > 13</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
2021-01-03 19:14:54 +03:00
<string notr= "true" > QPushButton {
2020-11-23 16:20:25 +03:00
image-position: right;
image: url(:/images/close.png);
padding:1px;
}
QPushButton:hover {
padding:0px;
}
</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</widget>
<widget class= "SlidingStackedWidget" name= "stackedWidget_main" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 30</y>
<width > 380</width>
<height > 640</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > QStackedWidget#stackedWidget_main{
background: transparent;
}
QStackedWidget QWidget {
background: transparent;
}
</string>
</property>
2020-12-16 06:02:22 +03:00
<property name= "currentIndex" >
2021-01-10 18:47:29 +03:00
<number > 0</number>
2020-12-16 06:02:22 +03:00
</property>
2021-01-09 19:55:16 +03:00
<widget class= "QWidget" name= "page_start" >
2020-11-25 23:43:51 +03:00
<widget class= "QLabel" name= "label_23" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
2020-11-25 23:43:51 +03:00
<x > 10</x>
<y > 40</y>
<width > 361</width>
<height > 71</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
2020-11-25 23:43:51 +03:00
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 25px;
color: #100A44;
</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Connect to the already created VPN server</string>
2020-11-25 23:43:51 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
2020-12-30 17:03:05 +03:00
<property name= "wordWrap" >
<bool > true</bool>
</property>
2020-11-25 23:43:51 +03:00
</widget>
<widget class= "QLabel" name= "label_24" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 130</y>
<width > 171</width>
<height > 21</height>
</rect>
2020-11-23 16:20:25 +03:00
</property>
<property name= "styleSheet" >
2020-11-25 23:43:51 +03:00
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* text */
color: #333333;</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Connection code</string>
2020-11-23 16:20:25 +03:00
</property>
2020-11-25 23:43:51 +03:00
</widget>
<widget class= "QProgressBar" name= "progressBar_new_server_connection_3" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 220</y>
<width > 301</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #181922;
border-radius: 4px;</string>
</property>
<property name= "value" >
<number > 24</number>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "textVisible" >
2020-11-23 16:20:25 +03:00
<bool > true</bool>
</property>
2020-11-25 23:43:51 +03:00
<property name= "format" >
2020-12-30 17:03:05 +03:00
<string > Connecting...</string>
2020-11-25 23:43:51 +03:00
</property>
2020-11-23 16:20:25 +03:00
</widget>
2020-11-25 23:43:51 +03:00
<widget class= "QLabel" name= "label_25" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
2020-11-25 23:43:51 +03:00
<x > 110</x>
<y > 590</y>
<width > 150</width>
<height > 22</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/AmneziaVPN.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QLineEdit" name= "lineEdit_new_server_ip_3" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 160</y>
<width > 300</width>
<height > 40</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F4F4F4;
/* grey */
border: 1px solid #A7A7A7;
color: #333333;</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2020-12-30 17:03:05 +03:00
<widget class= "QPushButton" name= "pushButton_new_server_connect" >
2020-11-25 23:43:51 +03:00
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 220</y>
<width > 301</width>
<height > 40</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
2020-11-25 23:43:51 +03:00
<string notr= "true" > QPushButton {
font-size: 13pt;
font: " Open Sans Semibold" ;
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Connect</string>
2020-11-23 16:20:25 +03:00
</property>
2020-11-25 23:43:51 +03:00
</widget>
2020-12-30 17:03:05 +03:00
<widget class= "QPushButton" name= "pushButton_new_server_setup" >
2020-11-25 23:43:51 +03:00
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 320</y>
<width > 301</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #100A44;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
border: 1px solid #211C4A;
border-radius: 4px;
}
</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Set up your own server</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
2020-11-25 23:43:51 +03:00
</widget>
<widget class= "QWidget" name= "page_new_server" >
<property name= "styleSheet" >
<string notr= "true" > QLabel {
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
color: #211C4A;
}
QLineEdit {
padding-left: 10px;
border: 1px solid #A7A7A7;
}</string>
</property>
2020-11-23 16:20:25 +03:00
<widget class= "QLabel" name= "label_2" >
<property name= "geometry" >
<rect >
<x > 10</x>
2020-11-25 23:43:51 +03:00
<y > 40</y>
2020-11-23 16:20:25 +03:00
<width > 361</width>
<height > 71</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 24px;
2020-11-25 23:43:51 +03:00
line-height: 25px;
color: #100A44;
</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Connect your server to use VPN</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
2020-12-30 17:03:05 +03:00
<property name= "wordWrap" >
<bool > true</bool>
</property>
2020-11-23 16:20:25 +03:00
</widget>
<widget class= "QLabel" name= "label_4" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 170</y>
2020-11-23 16:20:25 +03:00
<width > 171</width>
<height > 21</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* text */
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Server IP address</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLabel" name= "label_5" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 255</y>
2020-11-23 16:20:25 +03:00
<width > 261</width>
<height > 21</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* text */
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Login to connect via SSH</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLabel" name= "label_6" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 340</y>
2020-11-23 16:20:25 +03:00
<width > 171</width>
<height > 21</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* text */
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Password</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLineEdit" name= "lineEdit_new_server_ip" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 200</y>
<width > 300</width>
<height > 40</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F4F4F4;
/* grey */
border: 1px solid #A7A7A7;
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string />
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLineEdit" name= "lineEdit_new_server_login" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 285</y>
<width > 300</width>
<height > 40</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F4F4F4;
/* grey */
border: 1px solid #A7A7A7;
color: #333333;</string>
</property>
<property name= "text" >
2021-01-03 19:14:54 +03:00
<string > root</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLineEdit" name= "lineEdit_new_server_password" >
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 370</y>
<width > 300</width>
<height > 40</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F4F4F4;
/* grey */
border: 1px solid #A7A7A7;
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string />
2020-11-23 16:20:25 +03:00
</property>
<property name= "echoMode" >
<enum > QLineEdit::Password</enum>
</property>
</widget>
2020-12-30 17:03:05 +03:00
<widget class= "QPushButton" name= "pushButton_new_server_connect_with_new_data" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 440</y>
2020-11-23 16:20:25 +03:00
<width > 301</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
2021-01-06 17:12:24 +03:00
color:rgb(212, 212, 212);
2020-11-23 16:20:25 +03:00
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
2020-11-25 23:43:51 +03:00
background: #100A44;
border-radius: 4px;
2020-11-23 16:20:25 +03:00
}
</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Connect</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QPushButton" name= "pushButton_new_server_get_info" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 50</x>
2021-01-03 19:14:54 +03:00
<y > 115</y>
2020-11-23 16:20:25 +03:00
<width > 281</width>
2021-01-03 19:14:54 +03:00
<height > 21</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
2021-01-09 20:05:16 +03:00
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
2020-11-23 16:20:25 +03:00
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 20px;
text-align: center;
/* акцент */
color: #15CDCB;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Where to get connection data →</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
2020-11-25 23:43:51 +03:00
<widget class= "QProgressBar" name= "progressBar_new_server_connection" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 40</x>
2020-11-25 23:43:51 +03:00
<y > 440</y>
2020-11-23 16:20:25 +03:00
<width > 301</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
2021-01-06 17:12:24 +03:00
<string notr= "true" > QProgressBar{
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
QProgressBar::chunk {
background: rgba(255, 255, 255, 0.15);
border-radius: 4px 0px 0px 4px;
}
</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "value" >
<number > 24</number>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "textVisible" >
<bool > true</bool>
</property>
<property name= "format" >
2021-01-06 17:12:24 +03:00
<string > Configuring...</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
2020-11-25 23:43:51 +03:00
<widget class= "QPushButton" name= "pushButton_back_from_new_server" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
2020-11-25 23:43:51 +03:00
<x > 10</x>
<y > 10</y>
<width > 26</width>
<height > 20</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
2020-11-25 23:43:51 +03:00
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
2020-11-23 16:20:25 +03:00
</property>
2020-11-25 23:43:51 +03:00
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
image: url(:/images/arrow_right.png);
image-position: left;
text-align: left;
/*font: 17pt " Ancient" ;*/
padding: 1px;
image: url(:/images/arrow_left.png);
}
QPushButton:hover {
padding: 0px;
}
</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
<string />
</property>
</widget>
2020-11-25 23:43:51 +03:00
<widget class= "QLabel" name= "label_7" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
2020-11-25 23:43:51 +03:00
<x > 110</x>
<y > 590</y>
<width > 150</width>
<height > 22</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "styleSheet" >
2020-11-25 23:43:51 +03:00
<string notr= "true" > image: url(:/images/AmneziaVPN.png);</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
2020-11-25 23:43:51 +03:00
<string />
2020-11-23 16:20:25 +03:00
</property>
</widget>
2021-01-06 17:12:24 +03:00
<widget class= "QLabel" name= "label_new_server_wait_info" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 490</y>
<width > 301</width>
<height > 41</height>
</rect>
</property>
<property name= "text" >
<string > Please wait, configuring process may take up to 5 minutes</string>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
2020-11-25 23:43:51 +03:00
<zorder > progressBar_new_server_connection</zorder>
<zorder > label_2</zorder>
<zorder > label_4</zorder>
<zorder > label_5</zorder>
<zorder > label_6</zorder>
<zorder > lineEdit_new_server_ip</zorder>
<zorder > lineEdit_new_server_login</zorder>
<zorder > lineEdit_new_server_password</zorder>
2020-12-30 17:03:05 +03:00
<zorder > pushButton_new_server_connect_with_new_data</zorder>
2021-01-09 19:55:16 +03:00
<zorder > pushButton_new_server_get_info</zorder>
2020-11-25 23:43:51 +03:00
<zorder > pushButton_back_from_new_server</zorder>
<zorder > label_7</zorder>
2021-01-06 17:12:24 +03:00
<zorder > label_new_server_wait_info</zorder>
2020-11-23 16:20:25 +03:00
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QWidget" name= "page_vpn" >
2020-11-23 16:20:25 +03:00
<property name= "styleSheet" >
<string notr= "true" />
</property>
<widget class= "QPushButton" name= "pushButton_amnezia_logo" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
<width > 380</width>
2021-01-03 19:14:54 +03:00
<height > 325</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "styleSheet" >
2021-01-03 19:14:54 +03:00
<string notr= "true" > border-image: url(:/images/background_connected.png);</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
<string />
</property>
<property name= "checkable" >
<bool > true</bool>
</property>
</widget>
<widget class= "QWidget" name= "widget" native= "true" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 370</y>
<width > 380</width>
<height > 51</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" />
</property>
<widget class= "QLabel" name= "label_9" >
<property name= "geometry" >
<rect >
<x > 53</x>
<y > 10</y>
<width > 15</width>
<height > 15</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/download.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QLabel" name= "label_18" >
<property name= "geometry" >
<rect >
<x > 311</x>
<y > 10</y>
<width > 15</width>
<height > 15</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/upload.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2020-12-26 15:03:51 +03:00
<widget class= "QLabel" name= "label_speed_sent" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 260</x>
<y > 20</y>
<width > 118</width>
<height > 30</height>
</rect>
</property>
<property name= "font" >
<font >
<family > Lato</family>
<pointsize > 12</pointsize>
<weight > 7</weight>
<italic > false</italic>
<bold > false</bold>
</font>
</property>
<property name= "styleSheet" >
<string notr= "true" > color: rgb(66, 209, 133);
font: 63 12pt " Lato" ;</string>
</property>
<property name= "text" >
<string > 0 Mbps</string>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
</widget>
2020-12-26 15:03:51 +03:00
<widget class= "QLabel" name= "label_speed_received" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 20</y>
<width > 127</width>
<height > 30</height>
</rect>
</property>
<property name= "font" >
<font >
<family > Lato</family>
<pointsize > 12</pointsize>
<weight > 7</weight>
<italic > false</italic>
<bold > false</bold>
</font>
</property>
<property name= "styleSheet" >
<string notr= "true" > color: rgb(65, 113, 214);
font: 63 12pt " Lato" ;</string>
</property>
<property name= "text" >
<string > 0 Mbps</string>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
</widget>
</widget>
<widget class= "QPushButton" name= "pushButton_blocked_list" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 550</y>
<width > 341</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
font-size: 13pt;
font: " Open Sans Semibold" ;
color:rgb(212, 212, 212);
background: #181922;
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
}
</string>
</property>
<property name= "text" >
2021-01-03 19:14:54 +03:00
<string > + Add site</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_settings" >
<property name= "geometry" >
<rect >
<x > 340</x>
<y > 10</y>
<width > 31</width>
<height > 31</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/settings.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_connect" >
<property name= "geometry" >
<rect >
<x > 150</x>
<y > 200</y>
<width > 80</width>
<height > 40</height>
</rect>
</property>
2021-01-09 19:55:16 +03:00
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
2020-11-23 16:20:25 +03:00
<property name= "styleSheet" >
<string notr= "true" > QPushButton:!checked {
image: url(:/images/connect_button_disconnected.png);
}
QPushButton:checked {
image: url(:/images/connect_button_connected.png);
}</string>
</property>
<property name= "text" >
<string />
</property>
<property name= "checkable" >
<bool > true</bool>
</property>
<property name= "checked" >
<bool > false</bool>
</property>
</widget>
2020-12-26 15:03:51 +03:00
<widget class= "QLabel" name= "label_state" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 250</y>
<width > 380</width>
<height > 31</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: " Lato" ;
font-style: normal;
font-weight: 600;
font-size: 15px;
color: #181922;
</string>
</property>
<property name= "text" >
2020-12-26 15:03:51 +03:00
<string > Connected</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
</widget>
<widget class= "QLabel" name= "label" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 424</y>
<width > 341</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background-image: url(:/images/Line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2020-12-26 15:03:51 +03:00
<widget class= "QLabel" name= "label_description" >
2020-11-23 16:20:25 +03:00
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 450</y>
<width > 281</width>
<height > 31</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: " Lato" ;
font-style: normal;
font-weight: 600;
font-size: 15px;
color: #181922;
</string>
</property>
<property name= "text" >
2020-12-26 15:03:51 +03:00
<string > How to use VPN</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
</widget>
<widget class= "QRadioButton" name= "radioButton" >
<property name= "enabled" >
<bool > false</bool>
</property>
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 490</y>
<width > 341</width>
<height > 19</height>
</rect>
</property>
<property name= "text" >
2020-12-26 15:03:51 +03:00
<string > For all connections</string>
2020-11-23 16:20:25 +03:00
</property>
2021-01-08 00:34:15 +03:00
<property name= "checked" >
<bool > true</bool>
</property>
2020-11-23 16:20:25 +03:00
</widget>
<widget class= "QRadioButton" name= "radioButton_2" >
<property name= "enabled" >
<bool > false</bool>
</property>
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 520</y>
<width > 341</width>
<height > 19</height>
</rect>
</property>
<property name= "text" >
2020-12-26 15:03:51 +03:00
<string > For selected sites</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "checked" >
2021-01-08 00:34:15 +03:00
<bool > false</bool>
2020-11-23 16:20:25 +03:00
</property>
</widget>
2021-01-10 18:47:29 +03:00
<widget class= "QLabel" name= "label_error_text" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 300</y>
<width > 381</width>
<height > 51</height>
</rect>
</property>
<property name= "text" >
<string > Error text</string>
</property>
<property name= "scaledContents" >
<bool > false</bool>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
2020-11-23 16:20:25 +03:00
</widget>
<widget class= "QWidget" name= "page_sites" >
<property name= "styleSheet" >
<string notr= "true" >
QListView {
outline: 0;
background: transparent;
border: none;
gridline-color: darkgray;
}
QListView::item
{
padding-left: 5px;
border: none;
color: #181922;
}
QListView::item:disabled
{
padding-left: 5px;
border: none;
color: #181922;
}
QListView::item:selected {
border: none;
background: rgba(167, 167, 167, 0.1);
color: #181922;
}</string>
</property>
<widget class= "QListView" name= "listView_sites" >
<property name= "geometry" >
<rect >
<x > 0</x>
<y > 0</y>
<width > 381</width>
<height > 0</height>
</rect>
</property>
<property name= "cursor" stdset= "0" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "editTriggers" >
<set > QAbstractItemView::NoEditTriggers</set>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_back_from_sites" >
<property name= "geometry" >
<rect >
<x > 10</x>
2020-11-25 23:43:51 +03:00
<y > 10</y>
<width > 28</width>
<height > 20</height>
2020-11-23 16:20:25 +03:00
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
image: url(:/images/arrow_right.png);
image-position: left;
text-align: left;
/*font: 17pt " Ancient" ;*/
padding: 1px;
image: url(:/images/arrow_left.png);
}
QPushButton:hover {
padding: 0px;
}
</string>
</property>
<property name= "text" >
2020-11-25 23:43:51 +03:00
<string />
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLabel" name= "label_20" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 0</y>
<width > 360</width>
<height > 0</height>
</rect>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > List of the most popular prohibited sites</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
<widget class= "QLabel" name= "label_sites_add_custom" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 19</x>
<y > 50</y>
<width > 341</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
/* or 125% */
/* black */
color: #181922;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > These sites will open via VPN</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
<widget class= "QListView" name= "listView_sites_custom" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 200</y>
<width > 341</width>
<height > 361</height>
</rect>
</property>
<property name= "cursor" stdset= "0" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "editTriggers" >
<set > QAbstractItemView::NoEditTriggers</set>
</property>
</widget>
<widget class= "QLineEdit" name= "lineEdit_sites_add_custom" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 150</y>
<width > 281</width>
<height > 31</height>
</rect>
</property>
<property name= "font" >
<font >
<family > Lato</family>
<pointsize > -1</pointsize>
<weight > 50</weight>
<italic > false</italic>
<bold > false</bold>
</font>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #FFFFFF;
/* grey */
border: 1px solid #A7A7A7;
2021-01-03 19:14:54 +03:00
</string>
2020-11-23 16:20:25 +03:00
</property>
<property name= "text" >
<string />
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "placeholderText" >
2020-12-30 17:03:05 +03:00
<string > For example, rutor.org or 17.21.111.8</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_sites_add_custom" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 310</x>
<y > 150</y>
<width > 51</width>
<height > 31</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > /* black */
background: #181922;
border-radius: 4px;
font-size: 18pt;</string>
</property>
<property name= "text" >
<string > +</string>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_sites_delete_custom" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 90</x>
<y > 584</y>
<width > 201</width>
<height > 21</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > color: #181922;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Delete selected item</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
<widget class= "QLabel" name= "label_3" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 115</y>
<width > 311</width>
<height > 21</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* identical to box height, or 24px */
/* text */
color: #333333;</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Hostname or IP address</string>
2020-11-23 16:20:25 +03:00
</property>
</widget>
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QWidget" name= "page_general_settings" >
2020-12-03 17:44:32 +03:00
<widget class= "QPushButton" name= "pushButton_back_from_settings" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 10</y>
<width > 26</width>
<height > 20</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
image: url(:/images/arrow_right.png);
image-position: left;
text-align: left;
/*font: 17pt " Ancient" ;*/
padding: 1px;
image: url(:/images/arrow_left.png);
}
QPushButton:hover {
padding: 0px;
}
</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QLabel" name= "label_8" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 40</y>
<width > 360</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QPushButton" name= "pushButton_server_settings" >
2020-12-03 17:44:32 +03:00
<property name= "geometry" >
<rect >
<x > 30</x>
<y > 60</y>
<width > 330</width>
<height > 30</height>
</rect>
</property>
2021-01-09 19:55:16 +03:00
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
2020-12-03 17:44:32 +03:00
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
Text-align:left;
padding-left: 30px;
/* black */
color: #100A44;
background-image: url(:/images/server_settings.png);
background-repeat: no-repeat;
background-position: left center;</string>
</property>
<property name= "text" >
<string > Server settings</string>
</property>
</widget>
<widget class= "QLabel" name= "label_10" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 110</y>
<width > 360</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QPushButton" name= "pushButton_share_connection" >
<property name= "enabled" >
<bool > true</bool>
</property>
2020-12-03 17:44:32 +03:00
<property name= "geometry" >
<rect >
<x > 30</x>
<y > 130</y>
<width > 330</width>
<height > 30</height>
</rect>
</property>
2021-01-09 19:55:16 +03:00
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
2020-12-03 17:44:32 +03:00
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
Text-align:left;
padding-left: 30px;
/* black */
color: #100A44;
background-image: url(:/images/share.png);
background-repeat: no-repeat;
background-position: left center;</string>
</property>
<property name= "text" >
<string > Share connection</string>
</property>
</widget>
<widget class= "QLabel" name= "label_11" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 180</y>
<width > 360</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QLabel" name= "label_14" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 620</y>
<width > 360</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_general_settings_exit" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 30</x>
<y > 570</y>
<width > 330</width>
<height > 30</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
Text-align:left;
padding-left: 30px;
/* black */
color: #100A44;
background-repeat: no-repeat;
background-position: left center;</string>
</property>
<property name= "text" >
<string > Exit</string>
</property>
</widget>
<widget class= "QLabel" name= "label_15" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 550</y>
<width > 360</width>
<height > 1</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/line.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
</widget>
<widget class= "QWidget" name= "page_server_settings" >
<widget class= "QLabel" name= "label_server_settings_wait_info" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 490</y>
<width > 301</width>
<height > 41</height>
</rect>
</property>
<property name= "text" >
<string > Please wait, configuring process may take up to 5 minutes</string>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
<widget class= "QLabel" name= "label_13" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 100</y>
<width > 171</width>
<height > 21</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* text */
color: #333333;</string>
</property>
<property name= "text" >
<string > You connected to</string>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_server_settings_reinstall" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 220</y>
<width > 301</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
</string>
</property>
<property name= "text" >
<string > Reinstall Amnezia server</string>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_back_from_server_settings" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 10</y>
<width > 26</width>
<height > 20</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
image: url(:/images/arrow_right.png);
image-position: left;
text-align: left;
/*font: 17pt " Ancient" ;*/
padding: 1px;
image: url(:/images/arrow_left.png);
}
QPushButton:hover {
padding: 0px;
}
</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QLabel" name= "label_16" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 40</y>
<width > 361</width>
<height > 71</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 24px;
line-height: 25px;
color: #100A44;
</string>
</property>
<property name= "text" >
<string > Your configured server</string>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
<widget class= "QProgressBar" name= "progressBar_server_settings_reinstall" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 220</y>
<width > 301</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > QProgressBar{
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
QProgressBar::chunk {
background: rgba(255, 255, 255, 0.15);
border-radius: 4px 0px 0px 4px;
}
</string>
</property>
<property name= "value" >
<number > 24</number>
</property>
<property name= "alignment" >
<set > Qt::AlignCenter</set>
</property>
<property name= "textVisible" >
<bool > true</bool>
</property>
<property name= "format" >
<string > Configuring...</string>
</property>
</widget>
<widget class= "QLabel" name= "label_17" >
<property name= "geometry" >
<rect >
<x > 110</x>
<y > 590</y>
<width > 150</width>
<height > 22</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > image: url(:/images/AmneziaVPN.png);</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_server_settings_clear" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 280</y>
<width > 301</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
</string>
</property>
<property name= "text" >
<string > Clear server from Amnezia software</string>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_server_settings_forget" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 340</y>
<width > 301</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
color:rgb(212, 212, 212);
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
background: #100A44;
border-radius: 4px;
}
</string>
</property>
<property name= "text" >
<string > Forget this server</string>
</property>
</widget>
<widget class= "QLabel" name= "label_server_settings_server" >
<property name= "geometry" >
<rect >
<x > 40</x>
<y > 130</y>
<width > 321</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 24px;
color: #333333;</string>
</property>
<property name= "text" >
<string > root@yourserver.org</string>
</property>
</widget>
<zorder > label_server_settings_wait_info</zorder>
<zorder > label_13</zorder>
<zorder > pushButton_back_from_server_settings</zorder>
<zorder > label_16</zorder>
<zorder > progressBar_server_settings_reinstall</zorder>
<zorder > label_17</zorder>
<zorder > pushButton_server_settings_reinstall</zorder>
<zorder > pushButton_server_settings_clear</zorder>
<zorder > pushButton_server_settings_forget</zorder>
<zorder > label_server_settings_server</zorder>
2020-12-03 17:44:32 +03:00
</widget>
2021-01-09 19:55:16 +03:00
<widget class= "QWidget" name= "page_share_connection" >
2020-12-03 17:44:32 +03:00
<widget class= "QPushButton" name= "pushButton_back_from_share" >
<property name= "geometry" >
<rect >
<x > 10</x>
<y > 10</y>
<width > 26</width>
<height > 20</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
image: url(:/images/arrow_right.png);
image-position: left;
text-align: left;
/*font: 17pt " Ancient" ;*/
padding: 1px;
image: url(:/images/arrow_left.png);
}
QPushButton:hover {
padding: 0px;
}
</string>
</property>
<property name= "text" >
<string />
</property>
</widget>
<widget class= "QLabel" name= "label_sites_add_custom_2" >
<property name= "enabled" >
<bool > true</bool>
</property>
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 40</y>
<width > 341</width>
<height > 41</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > font-family: Lato;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 25px;
/* or 125% */
/* black */
color: #181922;</string>
</property>
<property name= "text" >
<string > Connection string</string>
</property>
<property name= "alignment" >
<set > Qt::AlignLeading|Qt::AlignLeft|Qt::AlignVCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
<widget class= "QTextEdit" name= "textEdit" >
<property name= "geometry" >
<rect >
<x > 30</x>
<y > 100</y>
<width > 320</width>
<height > 151</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" > background: #F5F5F5;
border-radius: 10px;
font-family: Consolas;
font-style: normal;
font-weight: bold;
font-size: 22px;
line-height: 110%;
/* or 35px */
text-align: center;
color: #15CDCB;
</string>
</property>
<property name= "lineWrapMode" >
<enum > QTextEdit::FixedColumnWidth</enum>
</property>
<property name= "lineWrapColumnOrWidth" >
<number > 20</number>
</property>
<property name= "html" >
<string > < !DOCTYPE HTML PUBLIC " -//W3C//DTD HTML 4.0//EN" " http://www.w3.org/TR/REC-html40/strict.dtd" >
< html> < head> < meta name=" qrichtext" content=" 1" /> < style type=" text/css" >
p, li { white-space: pre-wrap; }
< /style> < /head> < body style=" font-family:'Consolas'; font-size:22px; font-weight:600; font-style:normal;" >
< p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;" > < span style=" font-size:20pt;" > vpn:\\aosdiufhafafsuhgqejghuserhglaidhgauhgalgadg< /span> < /p> < /body> < /html> </string>
</property>
</widget>
<widget class= "QPushButton" name= "pushButton_blocked_list_2" >
<property name= "geometry" >
<rect >
<x > 20</x>
<y > 280</y>
<width > 341</width>
<height > 40</height>
</rect>
</property>
<property name= "cursor" >
<cursorShape > PointingHandCursor</cursorShape>
</property>
<property name= "styleSheet" >
<string notr= "true" > QPushButton {
font-size: 13pt;
font: " Open Sans Semibold" ;
color:rgb(212, 212, 212);
background: #181922;
border-radius: 4px;
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 21px;
}
</string>
</property>
<property name= "text" >
<string > Copy</string>
</property>
</widget>
<widget class= "QLabel" name= "label_12" >
<property name= "geometry" >
<rect >
<x > 30</x>
<y > 350</y>
<width > 321</width>
<height > 101</height>
</rect>
</property>
<property name= "styleSheet" >
<string notr= "true" >
font-family: Lato;
font-style: normal;
font-weight: normal;
font-size: 16px;
line-height: 150%;
/* or 24px */
/* grey */
color: #A7A7A7;
</string>
</property>
<property name= "text" >
2020-12-30 17:03:05 +03:00
<string > Anyone who logs in with this code will have the same rights to use the VPN as you. To create a new code, change your login and / or password for connection in your server settings.</string>
2020-12-03 17:44:32 +03:00
</property>
<property name= "alignment" >
<set > Qt::AlignJustify|Qt::AlignVCenter</set>
</property>
<property name= "wordWrap" >
<bool > true</bool>
</property>
</widget>
</widget>
2020-11-23 16:20:25 +03:00
</widget>
</widget>
</widget>
</widget>
<layoutdefault spacing= "6" margin= "11" />
<customwidgets >
<customwidget >
<class > SlidingStackedWidget</class>
<extends > QStackedWidget</extends>
<header > ui/Controls/SlidingStackedWidget.h</header>
<container > 1</container>
</customwidget>
</customwidgets>
<resources />
<connections />
</ui>