-
-
Notifications
You must be signed in to change notification settings - Fork 216
/
Copy pathtest_text_issue58.ui
29 lines (29 loc) · 976 Bytes
/
test_text_issue58.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
<?xml version='1.0' encoding='utf-8'?>
<interface>
<object class="ttk.Frame" id="mainframe">
<property name="height">200</property>
<property name="width">200</property>
<layout>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
<child>
<object class="tk.Text" id="Text_1">
<property name="height">10</property>
<property name="state">disabled</property>
<property name="text" translatable="yes">In the designer:
- Add a text widget
- Set state to disabled
- Enter content in the text property
- Text content should be set by pygubu-designer.</property>
<property name="width">50</property>
<layout>
<property name="column">0</property>
<property name="propagate">True</property>
<property name="row">0</property>
</layout>
</object>
</child>
</object>
</interface>