File: configlearn.ui

package info (click to toggle)
kiten 4%3A17.08.3-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 37,040 kB
  • sloc: cpp: 7,380; ansic: 248; xml: 106; sh: 13; makefile: 7
file content (33 lines) | stat: -rw-r--r-- 943 bytes parent folder | download | duplicates (5)
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
<ui version="4.0" >
 <class>ConfigLearn</class>
 <widget class="QWidget" name="ConfigLearn" >
  <property name="geometry" >
   <rect>
    <x>0</x>
    <y>0</y>
    <width>555</width>
    <height>400</height>
   </rect>
  </property>
  <property name="windowTitle" >
   <string>Learn</string>
  </property>
  <layout class="QHBoxLayout" >
   <item>
    <widget class="QLabel" name="label" >
     <property name="text" >
      <string>Learn mode is disabled in this version of kiten. There are several excellent open source flashcard programs available, such as Parley in kde-edu (and probably in your distro's repositories), and the anki project (http://www.ichi2.net/anki)</string>
     </property>
     <property name="textFormat" >
      <enum>Qt::PlainText</enum>
     </property>
     <property name="wordWrap" >
      <bool>true</bool>
     </property>
    </widget>
   </item>
  </layout>
 </widget>
  <resources/>
 <connections/>
</ui>