summaryrefslogtreecommitdiffstats
path: root/tests/auto/uic3/baseline/mainwindow.ui.4
blob: 54d317000273c8e0a033335738fcdc117f7ba5c6 (plain)
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0" stdsetdef="1">
  <author></author>
  <comment></comment>
  <exportmacro></exportmacro>
  <class>MainWindow</class>
  <widget class="Q3MainWindow" name="MainWindow">
    <property name="geometry">
      <rect>
        <x>0</x>
        <y>0</y>
        <width>600</width>
        <height>480</height>
      </rect>
    </property>
    <property name="windowTitle">
      <string>Main Window</string>
    </property>
    <widget class="QWidget"/>
    <widget class="QMenuBar" name="menubar">
      <widget class="QMenu" name="PopupMenu">
        <property name="title">
          <string>&amp;File</string>
        </property>
        <addaction name="actionFileExit"/>
      </widget>
      <widget class="QMenu" name="PopupMenu_2">
        <property name="title">
          <string>&amp;Options</string>
        </property>
        <addaction name="actionOptionsTranslate"/>
      </widget>
      <addaction name="PopupMenu"/>
      <addaction name="PopupMenu_2"/>
    </widget>
    <action name="actionFileExit">
      <property name="name">
        <cstring>actionFileExit</cstring>
      </property>
      <property name="iconText">
        <string>Exit</string>
      </property>
      <property name="text">
        <string>E&amp;xit</string>
      </property>
      <property name="statusTip">
        <string>Exit the application</string>
      </property>
    </action>
    <action name="actionOptionsTranslate">
      <property name="name">
        <cstring>actionOptionsTranslate</cstring>
      </property>
      <property name="iconText">
        <string>Translate</string>
      </property>
      <property name="text">
        <string>Load Translation...</string>
      </property>
      <property name="statusTip">
        <string>Load translation</string>
      </property>
    </action>
  </widget>
  <layoutdefault spacing="6" margin="11"/>
  <pixmapfunction>qPixmapFromMimeSource</pixmapfunction>
  <connections>
    <connection>
      <sender>actionFileExit</sender>
      <signal>activated()</signal>
      <receiver>MainWindow</receiver>
      <slot>close()</slot>
    </connection>
    <connection>
      <sender>actionOptionsTranslate</sender>
      <signal>activated()</signal>
      <receiver>MainWindow</receiver>
      <slot>loadTranslation()</slot>
    </connection>
  </connections>
</ui>
/tr> * [svn-r25034] Snapshot version 1.9 release 177HDF Tester2014-04-132-3/+3 * [svn-r24998] Description:Quincey Koziol2014-04-0926-56/+338 * [svn-r24995] Description:Quincey Koziol2014-04-091-36/+43 * [svn-r24993] Purpose:Dana Robinson2014-04-094-41/+453 * [svn-r24966] Snapshot version 1.9 release 176HDF Tester2014-04-062-3/+3 * [svn-r24965] Fixed a typo in the thread-safe code.Dana Robinson2014-04-051-1/+1 * [svn-r24961] Updates to Win32 thread-local storage cleanup when the thread-sa...Dana Robinson2014-04-046-77/+254 * [svn-r24937] Adds an H5free_memory() function to the library for use withDana Robinson2014-03-312-0/+26 * [svn-r24932] HDFFV-8290: Remove unnecessary $(srcdir) and use AM_CPPFLAGS ins...Allen Byrne2014-03-311-67/+420 * [svn-r24924] Snapshot version 1.9 release 175HDF Tester2014-03-302-3/+3 * [svn-r24919] Add MINGW checkAllen Byrne2014-03-271-4/+4 * [svn-r24886] Fix fortran mod file handling and packingAllen Byrne2014-03-241-0/+3 * [svn-r24869] Description:Quincey Koziol2014-03-235-16/+19 * [svn-r24864] Description:Quincey Koziol2014-03-2117-1702/+139 * [svn-r24803] Description:Quincey Koziol2014-03-163-73/+75 * [svn-r24789] Bump up the minimum cmake versionAllen Byrne2014-03-131-1/+1 * [svn-r24781] HDFFV-8700 -Allen Byrne2014-03-111-133/+143 * [svn-r24770] Snapshot version 1.9 release 174HDF Tester2014-03-092-3/+3 * [svn-r24769] Description:Quincey Koziol2014-03-0713-165/+632 * [svn-r24757] Change assertion to condition check/error return. Should fix pe...Neil Fortner2014-03-032-3/+5 * [svn-r24753] Snapshot version 1.9 release 173HDF Tester2014-03-022-3/+3 * [svn-r24726] Description:Quincey Koziol2014-02-206-75/+92 * [svn-r24725] HDFFV-8629: h5repack will not attempt to remove UD filters. h5re...Allen Byrne2014-02-201-17/+21 * [svn-r24716] Snapshot version 1.9 release 172HDF Tester2014-02-162-3/+3 * [svn-r24709] rename H5V to H5VM since H5V is needed in the fastforward projec...Mohamad Chaarawi2014-02-1357-385/+385 * [svn-r24698] Snapshot version 1.9 release 171HDF Tester2014-02-092-3/+3 * [svn-r24682] Add IF SHARED block around Windows PDB file generation command.Allen Byrne2014-02-041-2/+3 * [svn-r24681] Description:Scot Breitenfeld2014-02-041-3/+10 * [svn-r24676] Snapshot version 1.9 release 170HDF Tester2014-02-022-3/+3 * [svn-r24635] Change some range check assertions to errors in H5HF_man_remove ...Neil Fortner2014-01-161-2/+4 * [svn-r24598] allocate and use the H5AC_aux_t struct even if num_procs == 1. ...Mohamad Chaarawi2013-12-301-48/+42 * [svn-r24476] Description:Quincey Koziol2013-11-30