Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit ee965c0

Browse files
Add files via upload
1 parent 2c42689 commit ee965c0

File tree

1 file changed

+126
-0
lines changed

1 file changed

+126
-0
lines changed

‎joker/form.ui‎

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
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>502</width>
10+
<height>414</height>
11+
</rect>
12+
</property>
13+
<property name="windowTitle">
14+
<string>Form</string>
15+
</property>
16+
<widget class="QWidget" name="widget" native="true">
17+
<property name="geometry">
18+
<rect>
19+
<x>0</x>
20+
<y>0</y>
21+
<width>521</width>
22+
<height>421</height>
23+
</rect>
24+
</property>
25+
<property name="styleSheet">
26+
<string notr="true">QWidget {
27+
background-color: black;
28+
color: lightgreen;
29+
}</string>
30+
</property>
31+
<widget class="QTextEdit" name="text">
32+
<property name="geometry">
33+
<rect>
34+
<x>10</x>
35+
<y>20</y>
36+
<width>481</width>
37+
<height>281</height>
38+
</rect>
39+
</property>
40+
<property name="font">
41+
<font>
42+
<pointsize>11</pointsize>
43+
</font>
44+
</property>
45+
<property name="cursor" stdset="0">
46+
<cursorShape>IBeamCursor</cursorShape>
47+
</property>
48+
<property name="styleSheet">
49+
<string notr="true">QTextEdit {
50+
color: lightgreen;
51+
border: 3px solid lightgreen;
52+
}</string>
53+
</property>
54+
<property name="readOnly">
55+
<bool>true</bool>
56+
</property>
57+
</widget>
58+
<widget class="QPushButton" name="btn">
59+
<property name="geometry">
60+
<rect>
61+
<x>70</x>
62+
<y>320</y>
63+
<width>161</width>
64+
<height>61</height>
65+
</rect>
66+
</property>
67+
<property name="font">
68+
<font>
69+
<pointsize>11</pointsize>
70+
</font>
71+
</property>
72+
<property name="cursor">
73+
<cursorShape>PointingHandCursor</cursorShape>
74+
</property>
75+
<property name="styleSheet">
76+
<string notr="true">QPushButton {
77+
color: lightgreen;
78+
border: 2px solid lightgreen;
79+
}
80+
81+
QPushButton:pressed {
82+
background-color: lightgreen;
83+
color: white;
84+
}</string>
85+
</property>
86+
<property name="text">
87+
<string>جک گفتن</string>
88+
</property>
89+
</widget>
90+
<widget class="QPushButton" name="clear_btn">
91+
<property name="geometry">
92+
<rect>
93+
<x>290</x>
94+
<y>320</y>
95+
<width>161</width>
96+
<height>61</height>
97+
</rect>
98+
</property>
99+
<property name="font">
100+
<font>
101+
<pointsize>11</pointsize>
102+
</font>
103+
</property>
104+
<property name="cursor">
105+
<cursorShape>PointingHandCursor</cursorShape>
106+
</property>
107+
<property name="styleSheet">
108+
<string notr="true">QPushButton {
109+
color: lightgreen;
110+
border: 2px solid lightgreen;
111+
}
112+
113+
QPushButton:pressed {
114+
background-color: lightgreen;
115+
color: white;
116+
}</string>
117+
</property>
118+
<property name="text">
119+
<string>پاک کردن</string>
120+
</property>
121+
</widget>
122+
</widget>
123+
</widget>
124+
<resources/>
125+
<connections/>
126+
</ui>

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /