CMiniLexicon::FindMajorSignatures(): use log file routines
[linguistica.git] / helpaboutdialogbase.ui
blobfebaa5bea9de7574419e07e31ae1cba46005c04f
1 <ui version="4.0" >
2  <class>HelpAboutDialogBase</class>
3  <widget class="QDialog" name="HelpAboutDialogBase" >
4   <property name="geometry" >
5    <rect>
6     <x>0</x>
7     <y>0</y>
8     <width>389</width>
9     <height>632</height>
10    </rect>
11   </property>
12   <property name="windowTitle" >
13    <string>About Linguistica</string>
14   </property>
15   <layout class="QVBoxLayout" >
16    <item>
17     <layout class="QHBoxLayout" >
18      <item>
19       <spacer name="spacer7" >
20        <property name="orientation" >
21         <enum>Qt::Horizontal</enum>
22        </property>
23        <property name="sizeType" >
24         <enum>QSizePolicy::Expanding</enum>
25        </property>
26        <property name="sizeHint" stdset="0" >
27         <size>
28          <width>40</width>
29          <height>20</height>
30         </size>
31        </property>
32       </spacer>
33      </item>
34      <item>
35       <widget class="QLabel" name="lxaPixmapLabel" >
36        <property name="frameShape" >
37         <enum>QFrame::Box</enum>
38        </property>
39        <property name="lineWidth" >
40         <number>2</number>
41        </property>
42        <property name="pixmap" >
43         <pixmap resource="images/linguistica.qrc" >:/uofc.xpm</pixmap>
44        </property>
45        <property name="scaledContents" >
46         <bool>false</bool>
47        </property>
48        <property name="alignment" >
49         <set>Qt::AlignCenter</set>
50        </property>
51        <property name="wordWrap" >
52         <bool>false</bool>
53        </property>
54       </widget>
55      </item>
56      <item>
57       <spacer name="spacer6" >
58        <property name="orientation" >
59         <enum>Qt::Horizontal</enum>
60        </property>
61        <property name="sizeType" >
62         <enum>QSizePolicy::Expanding</enum>
63        </property>
64        <property name="sizeHint" stdset="0" >
65         <size>
66          <width>40</width>
67          <height>20</height>
68         </size>
69        </property>
70       </spacer>
71      </item>
72     </layout>
73    </item>
74    <item>
75     <widget class="QLabel" name="m_versionTextLabel" >
76      <property name="text" >
77       <string>&lt;h1>&lt;font face="Arial">Linguistica&lt;/font>&lt;/h1></string>
78      </property>
79      <property name="alignment" >
80       <set>Qt::AlignCenter</set>
81      </property>
82      <property name="wordWrap" >
83       <bool>true</bool>
84      </property>
85     </widget>
86    </item>
87    <item>
88     <widget class="QLabel" name="crTextLabel" >
89      <property name="text" >
90       <string>© Copyright 2002-2005.</string>
91      </property>
92      <property name="alignment" >
93       <set>Qt::AlignCenter</set>
94      </property>
95      <property name="wordWrap" >
96       <bool>false</bool>
97      </property>
98     </widget>
99    </item>
100    <item>
101     <widget class="QLabel" name="infoTextLabel" >
102      <property name="text" >
103       <string>&lt;p>Linguistica is a program which can be used to explore the unsupervised learning of natural language, with primary focus on morphology, which is to say, word-structure.&lt;/p>
104  &lt;p>Linguistica was developed by the Linguistica Group at the University of Chicago.  Its members are:&lt;br>&lt;br>
105  &amp;nbsp;&amp;nbsp;&amp;nbsp;- John Goldsmith&lt;br>
106  &amp;nbsp;&amp;nbsp;&amp;nbsp;- Colin Sprague&lt;br>
107  &amp;nbsp;&amp;nbsp;&amp;nbsp;- Yu Hu&lt;br>&lt;br>
108  Please see http://linguistica.uchicago.edu on the internet for documentation, contact information, and more about Linguistica.&lt;/p>&lt;br>&lt;br></string>
109      </property>
110      <property name="wordWrap" >
111       <bool>false</bool>
112      </property>
113     </widget>
114    </item>
115    <item>
116     <spacer name="spacer8" >
117      <property name="orientation" >
118       <enum>Qt::Vertical</enum>
119      </property>
120      <property name="sizeType" >
121       <enum>QSizePolicy::Expanding</enum>
122      </property>
123      <property name="sizeHint" stdset="0" >
124       <size>
125        <width>20</width>
126        <height>16</height>
127       </size>
128      </property>
129     </spacer>
130    </item>
131    <item>
132     <layout class="QHBoxLayout" >
133      <item>
134       <spacer name="spacer5" >
135        <property name="orientation" >
136         <enum>Qt::Horizontal</enum>
137        </property>
138        <property name="sizeType" >
139         <enum>QSizePolicy::Expanding</enum>
140        </property>
141        <property name="sizeHint" stdset="0" >
142         <size>
143          <width>40</width>
144          <height>20</height>
145         </size>
146        </property>
147       </spacer>
148      </item>
149      <item>
150       <widget class="QPushButton" name="acceptPushButton" >
151        <property name="text" >
152         <string>&amp;OK</string>
153        </property>
154        <property name="shortcut" >
155         <string>Alt+O</string>
156        </property>
157       </widget>
158      </item>
159      <item>
160       <spacer name="spacer4" >
161        <property name="orientation" >
162         <enum>Qt::Horizontal</enum>
163        </property>
164        <property name="sizeType" >
165         <enum>QSizePolicy::Expanding</enum>
166        </property>
167        <property name="sizeHint" stdset="0" >
168         <size>
169          <width>40</width>
170          <height>20</height>
171         </size>
172        </property>
173       </spacer>
174      </item>
175     </layout>
176    </item>
177   </layout>
178  </widget>
179  <layoutdefault spacing="6" margin="11" />
180  <resources>
181   <include location="images/linguistica.qrc" />
182  </resources>
183  <connections>
184   <connection>
185    <sender>acceptPushButton</sender>
186    <signal>clicked()</signal>
187    <receiver>HelpAboutDialogBase</receiver>
188    <slot>accept()</slot>
189    <hints>
190     <hint type="sourcelabel" >
191      <x>20</x>
192      <y>20</y>
193     </hint>
194     <hint type="destinationlabel" >
195      <x>20</x>
196      <y>20</y>
197     </hint>
198    </hints>
199   </connection>
200  </connections>
201 </ui>