~jaromil/freej/master

« back to all changes in this revision

Viewing changes to qt/qfreej.ui

  • Committer: Jaromil
  • Date: 2011-03-28 16:52:34 UTC
  • mfrom: (1528.1.12)
  • Revision ID: git-v1:5fab722dc38accfc3ca9e74fc293194246ce4d15
Merge branch 'master' into sound

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<?xml version="1.0" encoding="UTF-8"?>
2
 
<ui version="4.0">
3
 
 <class>Qfreej</class>
4
 
 <widget class="QMainWindow" name="Qfreej">
5
 
  <property name="geometry">
6
 
   <rect>
7
 
    <x>0</x>
8
 
    <y>0</y>
9
 
    <width>562</width>
10
 
    <height>362</height>
11
 
   </rect>
12
 
  </property>
13
 
  <property name="windowTitle">
14
 
   <string>Qfreej</string>
15
 
  </property>
16
 
  <widget class="QWidget" name="centralWidget">
17
 
   <layout class="QHBoxLayout" name="horizontalLayout">
18
 
    <item>
19
 
     <layout class="QGridLayout" name="gridLayout_2">
20
 
      <item row="1" column="0">
21
 
       <layout class="QGridLayout" name="gridLayout">
22
 
        <item row="1" column="1">
23
 
         <widget class="QWidget" name="widget" native="true">
24
 
          <layout class="QHBoxLayout" name="horizontalLayout_2">
25
 
           <item>
26
 
            <layout class="QHBoxLayout" name="horizontalLayout_3">
27
 
             <item>
28
 
              <widget class="QMdiArea" name="mdiArea"/>
29
 
             </item>
30
 
            </layout>
31
 
           </item>
32
 
          </layout>
33
 
         </widget>
34
 
        </item>
35
 
       </layout>
36
 
      </item>
37
 
      <item row="0" column="0">
38
 
       <widget class="QPushButton" name="streamButton">
39
 
        <property name="toolTip">
40
 
         <string>Assuming you have a dummy filled Javasript streaming file named stream.js</string>
41
 
        </property>
42
 
        <property name="text">
43
 
         <string>Stream</string>
44
 
        </property>
45
 
       </widget>
46
 
      </item>
47
 
     </layout>
48
 
    </item>
49
 
   </layout>
50
 
  </widget>
51
 
  <widget class="QMenuBar" name="menuBar">
52
 
   <property name="geometry">
53
 
    <rect>
54
 
     <x>0</x>
55
 
     <y>0</y>
56
 
     <width>562</width>
57
 
     <height>22</height>
58
 
    </rect>
59
 
   </property>
60
 
  </widget>
61
 
  <widget class="QToolBar" name="mainToolBar">
62
 
   <attribute name="toolBarArea">
63
 
    <enum>TopToolBarArea</enum>
64
 
   </attribute>
65
 
   <attribute name="toolBarBreak">
66
 
    <bool>false</bool>
67
 
   </attribute>
68
 
  </widget>
69
 
  <widget class="QStatusBar" name="statusBar"/>
70
 
  <action name="actionOpen">
71
 
   <property name="text">
72
 
    <string>open</string>
73
 
   </property>
74
 
   <property name="toolTip">
75
 
    <string>Lance la lecture</string>
76
 
   </property>
77
 
  </action>
78
 
 </widget>
79
 
 <layoutdefault spacing="6" margin="11"/>
80
 
 <resources/>
81
 
 <connections/>
82
 
</ui>