You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdeedu/kanagram/src/mainsettingswidget.ui

183 lines
6.5 KiB

<!DOCTYPE UI><UI version="3.3" stdsetdef="1">
<class>MainSettingsWidget</class>
<widget class="TQWidget">
<property name="name">
<cstring>MainSettingsWidget</cstring>
</property>
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>281</width>
<height>239</height>
</rect>
</property>
<property name="caption">
<string>General</string>
</property>
<property name="whatsThis" stdset="0">
<string>This setting allows you to set the length of time that Kanagram's hint bubble is shown.</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox1</cstring>
</property>
<property name="title">
<string>Hints</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1_2</cstring>
</property>
<property name="text">
<string>Auto-hide hints after:</string>
</property>
</widget>
<widget class="TQComboBox">
<item>
<property name="text">
<string>Do Not Auto-Hide Hints</string>
</property>
</item>
<item>
<property name="text">
<string>3 Seconds</string>
</property>
</item>
<item>
<property name="text">
<string>5 Seconds</string>
</property>
</item>
<item>
<property name="text">
<string>7 Seconds</string>
</property>
</item>
<item>
<property name="text">
<string>9 Seconds</string>
</property>
</item>
<property name="name">
<cstring>kcfg_hintHideTime</cstring>
</property>
</widget>
</vbox>
</widget>
<widget class="TQGroupBox">
<property name="name">
<cstring>groupBox3</cstring>
</property>
<property name="title">
<string>Vocabulary Options</string>
</property>
<vbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>tqlayout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQLabel">
<property name="name">
<cstring>textLabel1</cstring>
</property>
<property name="text">
<string>Play using:</string>
</property>
<property name="buddy" stdset="0">
<cstring>cboxTranslation</cstring>
</property>
</widget>
<widget class="TQComboBox">
<property name="name">
<cstring>cboxTranslation</cstring>
</property>
</widget>
</hbox>
</widget>
</vbox>
</widget>
<widget class="TQLayoutWidget">
<property name="name">
<cstring>tqlayout2</cstring>
</property>
<hbox>
<property name="name">
<cstring>unnamed</cstring>
</property>
<widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_useStandardFonts</cstring>
</property>
<property name="text">
<string>Use standard fonts</string>
</property>
<property name="accel">
<string></string>
</property>
<property name="whatsThis" stdset="0">
<string>Uses a standard font for the chalkboard/interface.</string>
</property>
</widget>
<widget class="TQPushButton">
<property name="name">
<cstring>getFontsButton</cstring>
</property>
<property name="text">
<string>Get Chalk Font</string>
</property>
</widget>
</hbox>
</widget>
<widget class="TQCheckBox">
<property name="name">
<cstring>kcfg_useSounds</cstring>
</property>
<property name="text">
<string>Use sou&amp;nds</string>
</property>
<property name="whatsThis" stdset="0">
<string>Turns sounds on/off.</string>
</property>
</widget>
<spacer>
<property name="name">
<cstring>spacer1_2</cstring>
</property>
<property name="orientation">
<enum>Vertical</enum>
</property>
<property name="sizeType">
<enum>Expanding</enum>
</property>
<property name="sizeHint">
<size>
<width>16</width>
<height>16</height>
</size>
</property>
</spacer>
</vbox>
</widget>
<tabstops>
<tabstop>kcfg_hintHideTime</tabstop>
<tabstop>kcfg_useSounds</tabstop>
</tabstops>
<layoutdefaults spacing="6" margin="11"/>
</UI>