Switch to unified view

a/src/qtgui/viewaction.ui b/src/qtgui/viewaction.ui
1
<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
1
<?xml version="1.0" encoding="UTF-8"?>
2
<ui version="4.0" stdsetdef="1">
3
  <author></author>
4
  <comment></comment>
5
  <exportmacro></exportmacro>
2
<class>ViewActionBase</class>
6
  <class>ViewActionBase</class>
3
<widget class="QDialog">
7
  <widget class="QDialog" name="ViewActionBase">
4
    <property name="name">
8
    <property name="geometry">
5
        <cstring>ViewActionBase</cstring>
9
      <rect>
10
        <x>0</x>
11
        <y>0</y>
12
        <width>400</width>
13
        <height>132</height>
14
      </rect>
6
    </property>
15
    </property>
7
    <property name="geometry">
16
    <property name="windowTitle">
8
        <rect>
17
      <string>Native Viewers</string>
9
            <x>0</x>
10
            <y>0</y>
11
            <width>400</width>
12
            <height>132</height>
13
        </rect>
14
    </property>
18
    </property>
15
    <property name="caption">
19
    <layout class="QHBoxLayout">
16
        <string>Native Viewers</string>
20
      <item>
17
    </property>
21
        <layout class="QVBoxLayout">
18
    <hbox>
22
          <item>
19
        <property name="name">
23
            <widget class="QLabel" name="textLabel1">
20
            <cstring>unnamed</cstring>
21
        </property>
22
        <widget class="QLayoutWidget">
23
            <property name="name">
24
              <property name="text">
24
                <cstring>layout3</cstring>
25
                <string>Select one or several mime types then click &quot;Change Action&quot;&lt;br&gt;You can also close this dialog and check &quot;Use desktop preferences&quot;&lt;br&gt;in the main panel to ignore this list and use your desktop defaults.</string>
25
            </property>
26
              </property>
27
              <property name="wordWrap">
28
                <bool>false</bool>
29
              </property>
30
            </widget>
31
          </item>
32
          <item>
33
            <widget class="Q3ListView" name="actionsLV">
34
              <property name="frameShape">
35
                <enum>QFrame::StyledPanel</enum>
36
              </property>
37
              <property name="frameShadow">
38
                <enum>QFrame::Sunken</enum>
39
              </property>
40
              <property name="selectionMode">
41
                <enum>Q3ListView::Extended</enum>
42
              </property>
43
              <property name="allColumnsShowFocus">
44
                <bool>true</bool>
45
              </property>
46
              <property name="showSortIndicator">
47
                <bool>true</bool>
48
              </property>
49
              <property name="toolTip" stdset="0">
50
                <string>Select one or several file types, then click Change Action to modify the program used to open them</string>
51
              </property>
26
            <vbox>
52
              <column>
27
                <property name="name">
53
                <property name="text">
28
                    <cstring>unnamed</cstring>
54
                  <string>File type</string>
29
                </property>
55
                </property>
30
              <widget class="QLabel">
31
                <property name="name">
56
                <property name="clickable">
32
                  <cstring>textLabel1</cstring>
57
                  <bool>true</bool>
33
                </property>
58
                </property>
59
                <property name="resizable">
60
                  <bool>true</bool>
61
                </property>
62
              </column>
63
              <column>
34
                <property name="text">
64
                <property name="text">
35
                  <string>Select one or several mime types then click "Change Action"&lt;br&gt;You can also close this dialog and check "Use desktop preferences"&lt;br&gt;in the main panel to ignore this list and use your desktop defaults.</string>
65
                  <string>Action</string>
36
                </property>
66
                </property>
67
                <property name="clickable">
68
                  <bool>true</bool>
69
                </property>
70
                <property name="resizable">
71
                  <bool>true</bool>
72
                </property>
73
              </column>
37
              </widget>
74
            </widget>
38
                <widget class="QListView">
75
          </item>
39
                    <column>
76
          <item>
77
            <layout class="QHBoxLayout">
78
              <item>
79
                <widget class="QPushButton" name="chgActPB">
40
                        <property name="text">
80
                  <property name="text">
41
                            <string>File type</string>
42
                        </property>
43
                        <property name="clickable">
44
                            <bool>true</bool>
45
                        </property>
46
                        <property name="resizable">
47
                            <bool>true</bool>
48
                        </property>
49
                    </column>
50
                    <column>
51
                        <property name="text">
52
                            <string>Action</string>
81
                    <string>Change Action</string>
53
                        </property>
54
                        <property name="clickable">
55
                            <bool>true</bool>
56
                        </property>
57
                        <property name="resizable">
58
                            <bool>true</bool>
59
                        </property>
60
                    </column>
61
                    <property name="name">
62
                        <cstring>actionsLV</cstring>
63
                    </property>
82
                  </property>
64
                    <property name="frameShape">
65
                        <enum>StyledPanel</enum>
66
                    </property>
67
                    <property name="frameShadow">
68
                        <enum>Sunken</enum>
69
                    </property>
70
                    <property name="selectionMode">
71
                        <enum>Extended</enum>
72
                    </property>
73
                    <property name="allColumnsShowFocus">
74
                        <bool>true</bool>
75
                    </property>
76
                    <property name="showSortIndicator">
77
                        <bool>true</bool>
78
                    </property>
79
                    <property name="toolTip" stdset="0">
80
                        <string>Select one or several file types, then click Change Action to modify the program used to open them</string>
81
                    </property>
82
                </widget>
83
                </widget>
83
                <widget class="QLayoutWidget">
84
              </item>
85
              <item>
86
                <widget class="QPushButton" name="closePB">
84
                    <property name="name">
87
                  <property name="text">
85
                        <cstring>layout1</cstring>
88
                    <string>Close</string>
86
                    </property>
89
                  </property>
87
                    <hbox>
88
                        <property name="name">
89
                            <cstring>unnamed</cstring>
90
                        </property>
91
                        <widget class="QPushButton">
92
                            <property name="name">
93
                                <cstring>chgActPB</cstring>
94
                            </property>
95
                            <property name="text">
96
                                <string>Change Action</string>
97
                            </property>
98
                        </widget>
99
                        <widget class="QPushButton">
100
                            <property name="name">
101
                                <cstring>closePB</cstring>
102
                            </property>
103
                            <property name="text">
104
                                <string>Close</string>
105
                            </property>
106
                        </widget>
107
                    </hbox>
108
                </widget>
90
                </widget>
91
              </item>
109
            </vbox>
92
            </layout>
110
        </widget>
93
          </item>
111
    </hbox>
94
        </layout>
95
      </item>
96
    </layout>
112
</widget>
97
  </widget>
113
<layoutdefaults spacing="6" margin="11"/>
98
  <layoutdefault spacing="6" margin="11"/>
114
</UI>
99
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
100
</ui>