--- a/Preferences/ConfigurationPages/ApplicationPage.ui Sat Jul 02 14:54:14 2016 +0200 +++ b/Preferences/ConfigurationPages/ApplicationPage.ui Sat Jul 02 19:14:09 2016 +0200 @@ -6,8 +6,8 @@ <rect> <x>0</x> <y>0</y> - <width>589</width> - <height>563</height> + <width>591</width> + <height>642</height> </rect> </property> <layout class="QVBoxLayout" name="verticalLayout_3"> @@ -208,6 +208,57 @@ </widget> </item> <item> + <widget class="QGroupBox" name="groupBox_5"> + <property name="title"> + <string>Keyboard Input Interval</string> + </property> + <layout class="QGridLayout" name="gridLayout"> + <item row="0" column="0" colspan="2"> + <widget class="QLabel" name="label"> + <property name="text"> + <string><b>Note</b>: Enter a value of 0 to use the system default value.</string> + </property> + <property name="wordWrap"> + <bool>true</bool> + </property> + </widget> + </item> + <item row="1" column="0"> + <widget class="QSpinBox" name="intervalSpinBox"> + <property name="toolTip"> + <string>Enter the keyboard input interval, '0' for default</string> + </property> + <property name="alignment"> + <set>Qt::AlignRight|Qt::AlignTrailing|Qt::AlignVCenter</set> + </property> + <property name="suffix"> + <string> ms</string> + </property> + <property name="maximum"> + <number>2000</number> + </property> + <property name="singleStep"> + <number>100</number> + </property> + </widget> + </item> + <item row="1" column="1"> + <spacer name="horizontalSpacer"> + <property name="orientation"> + <enum>Qt::Horizontal</enum> + </property> + <property name="sizeHint" stdset="0"> + <size> + <width>453</width> + <height>20</height> + </size> + </property> + </spacer> + </item> + </layout> + </widget> + </item> + <item> <spacer> <property name="orientation"> <enum>Qt::Vertical</enum>