-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathformdisplayprevisionreport.ui
More file actions
44 lines (44 loc) · 1.12 KB
/
formdisplayprevisionreport.ui
File metadata and controls
44 lines (44 loc) · 1.12 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>FormDisplayPrevisionReport</class>
<widget class="QWidget" name="FormDisplayPrevisionReport">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>300</height>
</rect>
</property>
<property name="windowTitle">
<string>Fiche prévisionnelle</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextBrowser" name="textBrowser">
<property name="lineWrapMode">
<enum>QTextEdit::NoWrap</enum>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="pushButtonSaveHTML">
<property name="text">
<string>Enregistrer en HTML</string>
</property>
<property name="icon">
<iconset resource="Images.qrc">
<normaloff>:/icons/icons/html.png</normaloff>:/icons/icons/html.png</iconset>
</property>
<property name="default">
<bool>true</bool>
</property>
</widget>
</item>
</layout>
</widget>
<resources>
<include location="Images.qrc"/>
</resources>
<connections/>
</ui>