Projet

Général

Profil

Paste
Statistiques
| Branche: | Révision:

root / utilitairemainwindow.ui @ a469d718

Historique | Voir | Annoter | Télécharger (2,54 ko)

1 a469d718 Eric Seigne
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0">
3
 <class>UtilitaireMainWindow</class>
4
 <widget class="QMainWindow" name="UtilitaireMainWindow">
5
  <property name="geometry">
6
   <rect>
7
    <x>0</x>
8
    <y>0</y>
9
    <width>1024</width>
10
    <height>550</height>
11
   </rect>
12
  </property>
13
  <property name="windowTitle">
14
   <string>UtilitaireMainWindow</string>
15
  </property>
16
  <widget class="QWidget" name="centralWidget">
17
   <layout class="QGridLayout" name="gridLayout">
18
    <item row="0" column="0">
19
     <widget class="QTextBrowser" name="textBrowser"/>
20
    </item>
21
   </layout>
22
  </widget>
23
  <widget class="QMenuBar" name="menuBar">
24
   <property name="geometry">
25
    <rect>
26
     <x>0</x>
27
     <y>0</y>
28
     <width>1024</width>
29
     <height>25</height>
30
    </rect>
31
   </property>
32
   <widget class="QMenu" name="menuFichier">
33
    <property name="title">
34
     <string>&amp;Fichier</string>
35
    </property>
36
    <addaction name="action_Ouvrir"/>
37
    <addaction name="action_Sauvegarder"/>
38
    <addaction name="separator"/>
39
    <addaction name="actionQuitter"/>
40
   </widget>
41
   <widget class="QMenu" name="menuLangues">
42
    <property name="title">
43
     <string>&amp;Langues</string>
44
    </property>
45
   </widget>
46
   <widget class="QMenu" name="menuUtilisateurs">
47
    <property name="title">
48
     <string>&amp;Utilisateur</string>
49
    </property>
50
    <addaction name="action_Authentification"/>
51
   </widget>
52
   <addaction name="menuFichier"/>
53
   <addaction name="menuLangues"/>
54
   <addaction name="menuUtilisateurs"/>
55
  </widget>
56
  <widget class="QToolBar" name="mainToolBar">
57
   <attribute name="toolBarArea">
58
    <enum>TopToolBarArea</enum>
59
   </attribute>
60
   <attribute name="toolBarBreak">
61
    <bool>false</bool>
62
   </attribute>
63
  </widget>
64
  <widget class="QStatusBar" name="statusBar"/>
65
  <action name="action_Ouvrir">
66
   <property name="text">
67
    <string>&amp;Ouvrir</string>
68
   </property>
69
   <property name="shortcut">
70
    <string>Ctrl+O</string>
71
   </property>
72
  </action>
73
  <action name="action_Sauvegarder">
74
   <property name="text">
75
    <string>&amp;Sauvegarder</string>
76
   </property>
77
   <property name="shortcut">
78
    <string>Ctrl+E</string>
79
   </property>
80
  </action>
81
  <action name="actionQuitter">
82
   <property name="text">
83
    <string>&amp;Quitter</string>
84
   </property>
85
   <property name="shortcut">
86
    <string>Ctrl+Q</string>
87
   </property>
88
  </action>
89
  <action name="action_Authentification">
90
   <property name="text">
91
    <string>&amp;Authentification</string>
92
   </property>
93
  </action>
94
 </widget>
95
 <layoutdefault spacing="6" margin="11"/>
96
 <resources/>
97
 <connections/>
98
</ui>
Redmine Appliance - Powered by TurnKey Linux