Skip to content

Commit 2defc75

Browse files
Add files via upload
1 parent effad9a commit 2defc75

File tree

1 file changed

+162
-0
lines changed

1 file changed

+162
-0
lines changed

Instagram-Downloader/Form/page.ui

Lines changed: 162 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,162 @@
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>525</width>
10+
<height>419</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Form</string>
15+
</property>
16+
<property name="styleSheet">
17+
<string notr="true">background-color: rgb(42, 42, 42);</string>
18+
</property>
19+
<widget class="QLabel" name="label_banner">
20+
<property name="geometry">
21+
<rect>
22+
<x>20</x>
23+
<y>20</y>
24+
<width>481</width>
25+
<height>91</height>
26+
</rect>
27+
</property>
28+
<property name="font">
29+
<font>
30+
<family>MS Reference Sans Serif</family>
31+
<pointsize>25</pointsize>
32+
</font>
33+
</property>
34+
<property name="styleSheet">
35+
<string notr="true">QLabel { color: #90ee90; }</string>
36+
</property>
37+
<property name="text">
38+
<string>Instagram Downloader</string>
39+
</property>
40+
</widget>
41+
<widget class="QLabel" name="label">
42+
<property name="geometry">
43+
<rect>
44+
<x>10</x>
45+
<y>160</y>
46+
<width>141</width>
47+
<height>41</height>
48+
</rect>
49+
</property>
50+
<property name="font">
51+
<font>
52+
<family>MS Sans Serif</family>
53+
<pointsize>10</pointsize>
54+
<weight>75</weight>
55+
<bold>true</bold>
56+
</font>
57+
</property>
58+
<property name="styleSheet">
59+
<string notr="true">QLabel { color: #fff; }</string>
60+
</property>
61+
<property name="text">
62+
<string>Enter Username:</string>
63+
</property>
64+
</widget>
65+
<widget class="QLineEdit" name="user_inp">
66+
<property name="geometry">
67+
<rect>
68+
<x>160</x>
69+
<y>161</y>
70+
<width>221</width>
71+
<height>41</height>
72+
</rect>
73+
</property>
74+
<property name="font">
75+
<font>
76+
<family>Montserrat Light</family>
77+
<pointsize>10</pointsize>
78+
<weight>50</weight>
79+
<bold>false</bold>
80+
<kerning>false</kerning>
81+
</font>
82+
</property>
83+
<property name="styleSheet">
84+
<string notr="true">QLineEdit {
85+
border: 2px solid rgb(148, 148, 148);
86+
border-radius: 5px;
87+
color: #fff;
88+
selection-color: #000;
89+
selection-background-color: #90ee90;
90+
}
91+
QLineEdit:hover {
92+
border-color: #fff;
93+
}</string>
94+
</property>
95+
<property name="placeholderText">
96+
<string>Username...</string>
97+
</property>
98+
<property name="clearButtonEnabled">
99+
<bool>true</bool>
100+
</property>
101+
</widget>
102+
<widget class="QPushButton" name="download_btn">
103+
<property name="geometry">
104+
<rect>
105+
<x>200</x>
106+
<y>220</y>
107+
<width>141</width>
108+
<height>61</height>
109+
</rect>
110+
</property>
111+
<property name="font">
112+
<font>
113+
<family>Montserrat SemiBold</family>
114+
<pointsize>10</pointsize>
115+
<weight>75</weight>
116+
<bold>true</bold>
117+
</font>
118+
</property>
119+
<property name="cursor">
120+
<cursorShape>PointingHandCursor</cursorShape>
121+
</property>
122+
<property name="styleSheet">
123+
<string notr="true">QPushButton {
124+
color: #90ee90;
125+
border: 2px solid #90ee90;
126+
border-radius: 5px;
127+
}
128+
QPushButton:hover {
129+
color: #000;
130+
background-color: #90ee90;
131+
}</string>
132+
</property>
133+
<property name="text">
134+
<string>Download</string>
135+
</property>
136+
</widget>
137+
<widget class="QLabel" name="label_v">
138+
<property name="geometry">
139+
<rect>
140+
<x>10</x>
141+
<y>381</y>
142+
<width>211</width>
143+
<height>20</height>
144+
</rect>
145+
</property>
146+
<property name="font">
147+
<font>
148+
<family>Montserrat Thin</family>
149+
<pointsize>9</pointsize>
150+
</font>
151+
</property>
152+
<property name="styleSheet">
153+
<string notr="true">QLabel { color: #fff; }</string>
154+
</property>
155+
<property name="text">
156+
<string>Instagram-Downloader v1.0</string>
157+
</property>
158+
</widget>
159+
</widget>
160+
<resources/>
161+
<connections/>
162+
</ui>

0 commit comments

Comments
 (0)