Skip to content

Commit 315bda8

Browse files
committed
Merge branch 'encryption' into main
2 parents fe5c7f1 + fa05aea commit 315bda8

File tree

10 files changed

+2020
-945
lines changed

10 files changed

+2020
-945
lines changed

client/client.exe

1.7 MB
Binary file not shown.

client/client.py

Lines changed: 137 additions & 80 deletions
Large diffs are not rendered by default.

client/dialog.ui

Lines changed: 151 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,151 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<ui version="4.0">
3+
<class>Form</class>
4+
<widget class="QWidget" name="Form">
5+
<property name="geometry">
6+
<rect>
7+
<x>0</x>
8+
<y>0</y>
9+
<width>500</width>
10+
<height>500</height>
11+
</rect>
12+
</property>
13+
<property name="sizePolicy">
14+
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
15+
<horstretch>0</horstretch>
16+
<verstretch>0</verstretch>
17+
</sizepolicy>
18+
</property>
19+
<property name="minimumSize">
20+
<size>
21+
<width>500</width>
22+
<height>500</height>
23+
</size>
24+
</property>
25+
<property name="maximumSize">
26+
<size>
27+
<width>500</width>
28+
<height>500</height>
29+
</size>
30+
</property>
31+
<property name="windowTitle">
32+
<string>Настройки</string>
33+
</property>
34+
<property name="styleSheet">
35+
<string notr="true">background-color: rgb(70, 70, 70);</string>
36+
</property>
37+
<layout class="QGridLayout" name="gridLayout_2">
38+
<item row="1" column="0">
39+
<widget class="QPushButton" name="pushButton">
40+
<property name="minimumSize">
41+
<size>
42+
<width>50</width>
43+
<height>60</height>
44+
</size>
45+
</property>
46+
<property name="font">
47+
<font>
48+
<family>Montserrat</family>
49+
<pointsize>12</pointsize>
50+
</font>
51+
</property>
52+
<property name="styleSheet">
53+
<string notr="true"> background-color:#50c878;
54+
border-style: outset;
55+
border-width: 2px;
56+
border-radius: 10px;
57+
border-color: beige;
58+
padding: 6px;
59+
color: rgb(255, 255, 255);</string>
60+
</property>
61+
<property name="text">
62+
<string>Изменить цвет кнопок</string>
63+
</property>
64+
</widget>
65+
</item>
66+
<item row="2" column="0">
67+
<widget class="QPushButton" name="pushButton_3">
68+
<property name="minimumSize">
69+
<size>
70+
<width>0</width>
71+
<height>60</height>
72+
</size>
73+
</property>
74+
<property name="font">
75+
<font>
76+
<family>Montserrat</family>
77+
<pointsize>12</pointsize>
78+
</font>
79+
</property>
80+
<property name="styleSheet">
81+
<string notr="true"> background-color:#50c878;
82+
border-style: outset;
83+
border-width: 2px;
84+
border-radius: 10px;
85+
border-color: beige;
86+
padding: 6px;
87+
color: rgb(255, 255, 255);</string>
88+
</property>
89+
<property name="text">
90+
<string>Изменить цвет текста</string>
91+
</property>
92+
</widget>
93+
</item>
94+
<item row="3" column="0">
95+
<widget class="QPushButton" name="pushButton_2">
96+
<property name="minimumSize">
97+
<size>
98+
<width>0</width>
99+
<height>60</height>
100+
</size>
101+
</property>
102+
<property name="font">
103+
<font>
104+
<family>Montserrat</family>
105+
<pointsize>12</pointsize>
106+
</font>
107+
</property>
108+
<property name="styleSheet">
109+
<string notr="true"> background-color:#50c878;
110+
border-style: outset;
111+
border-width: 2px;
112+
border-radius: 10px;
113+
border-color: beige;
114+
padding: 6px;
115+
color: rgb(255, 255, 255);</string>
116+
</property>
117+
<property name="text">
118+
<string>Настройки по умолчанию</string>
119+
</property>
120+
</widget>
121+
</item>
122+
<item row="0" column="0">
123+
<widget class="QLabel" name="label">
124+
<property name="sizePolicy">
125+
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
126+
<horstretch>0</horstretch>
127+
<verstretch>0</verstretch>
128+
</sizepolicy>
129+
</property>
130+
<property name="font">
131+
<font>
132+
<family>Montserrat</family>
133+
<pointsize>26</pointsize>
134+
</font>
135+
</property>
136+
<property name="styleSheet">
137+
<string notr="true">color: rgb(80, 200, 120);</string>
138+
</property>
139+
<property name="text">
140+
<string>Настройки</string>
141+
</property>
142+
<property name="alignment">
143+
<set>Qt::AlignCenter</set>
144+
</property>
145+
</widget>
146+
</item>
147+
</layout>
148+
</widget>
149+
<resources/>
150+
<connections/>
151+
</ui>

0 commit comments

Comments
 (0)