~ubuntu-branches/ubuntu/saucy/quassel/saucy-proposed

« back to all changes in this revision

Viewing changes to src/qtui/ui/debugconsole.ui

  • Committer: Bazaar Package Importer
  • Author(s): Scott Kitterman
  • Date: 2010-02-17 12:49:50 UTC
  • mto: This revision was merged to the branch mainline in revision 59.
  • Revision ID: james.westby@ubuntu.com-20100217124950-v9hajw5d2xa6fszn
Tags: upstream-0.6~beta1
ImportĀ upstreamĀ versionĀ 0.6~beta1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<ui version="4.0" >
 
1
<?xml version="1.0" encoding="UTF-8"?>
 
2
<ui version="4.0">
2
3
 <class>DebugConsole</class>
3
 
 <widget class="QDialog" name="DebugConsole" >
4
 
  <property name="geometry" >
 
4
 <widget class="QDialog" name="DebugConsole">
 
5
  <property name="geometry">
5
6
   <rect>
6
7
    <x>0</x>
7
8
    <y>0</y>
9
10
    <height>435</height>
10
11
   </rect>
11
12
  </property>
12
 
  <property name="windowTitle" >
 
13
  <property name="windowTitle">
13
14
   <string>Debug Console</string>
14
15
  </property>
15
 
  <layout class="QVBoxLayout" >
16
 
   <property name="spacing" >
 
16
  <layout class="QVBoxLayout">
 
17
   <property name="spacing">
17
18
    <number>2</number>
18
19
   </property>
19
 
   <property name="leftMargin" >
20
 
    <number>3</number>
21
 
   </property>
22
 
   <property name="topMargin" >
23
 
    <number>3</number>
24
 
   </property>
25
 
   <property name="rightMargin" >
26
 
    <number>3</number>
27
 
   </property>
28
 
   <property name="bottomMargin" >
 
20
   <property name="margin">
29
21
    <number>3</number>
30
22
   </property>
31
23
   <item>
32
 
    <layout class="QHBoxLayout" >
33
 
     <property name="spacing" >
 
24
    <layout class="QHBoxLayout">
 
25
     <property name="spacing">
34
26
      <number>10</number>
35
27
     </property>
36
28
     <item>
37
29
      <spacer>
38
 
       <property name="orientation" >
 
30
       <property name="orientation">
39
31
        <enum>Qt::Horizontal</enum>
40
32
       </property>
41
 
       <property name="sizeHint" >
 
33
       <property name="sizeHint" stdset="0">
42
34
        <size>
43
35
         <width>40</width>
44
36
         <height>20</height>
47
39
      </spacer>
48
40
     </item>
49
41
     <item>
50
 
      <widget class="QRadioButton" name="selectLocal" >
51
 
       <property name="text" >
 
42
      <widget class="QRadioButton" name="selectLocal">
 
43
       <property name="text">
52
44
        <string>local</string>
53
45
       </property>
54
 
       <property name="checked" >
 
46
       <property name="checked">
55
47
        <bool>false</bool>
56
48
       </property>
57
49
      </widget>
58
50
     </item>
59
51
     <item>
60
 
      <widget class="QRadioButton" name="selectCore" >
61
 
       <property name="text" >
 
52
      <widget class="QRadioButton" name="selectCore">
 
53
       <property name="text">
62
54
        <string>core</string>
63
55
       </property>
64
 
       <property name="checked" >
 
56
       <property name="checked">
65
57
        <bool>true</bool>
66
58
       </property>
67
59
      </widget>
68
60
     </item>
69
61
     <item>
70
62
      <spacer>
71
 
       <property name="orientation" >
 
63
       <property name="orientation">
72
64
        <enum>Qt::Horizontal</enum>
73
65
       </property>
74
 
       <property name="sizeHint" >
 
66
       <property name="sizeHint" stdset="0">
75
67
        <size>
76
68
         <width>40</width>
77
69
         <height>20</height>
82
74
    </layout>
83
75
   </item>
84
76
   <item>
85
 
    <widget class="QTextEdit" name="scriptEdit" />
 
77
    <widget class="QTextEdit" name="scriptEdit"/>
86
78
   </item>
87
79
   <item>
88
 
    <widget class="QPushButton" name="evalButton" >
89
 
     <property name="text" >
 
80
    <widget class="QPushButton" name="evalButton">
 
81
     <property name="text">
90
82
      <string>Evaluate!</string>
91
83
     </property>
92
84
    </widget>
93
85
   </item>
94
86
   <item>
95
 
    <widget class="QLabel" name="resultLabel" >
96
 
     <property name="text" >
 
87
    <widget class="QLabel" name="resultLabel">
 
88
     <property name="text">
97
89
      <string/>
98
90
     </property>
99
91
    </widget>
100
92
   </item>
101
93
  </layout>
102
94
 </widget>
 
95
 <tabstops>
 
96
  <tabstop>selectLocal</tabstop>
 
97
  <tabstop>selectCore</tabstop>
 
98
  <tabstop>scriptEdit</tabstop>
 
99
  <tabstop>evalButton</tabstop>
 
100
 </tabstops>
103
101
 <resources/>
104
102
 <connections/>
105
103
</ui>