--- a/QScintilla/SearchWidget.ui Sat May 20 14:33:00 2017 +0200 +++ b/QScintilla/SearchWidget.ui Sat May 20 16:13:23 2017 +0200 @@ -20,7 +20,16 @@ <string>Find</string> </property> <layout class="QHBoxLayout" name="horizontalLayout"> - <property name="margin"> + <property name="leftMargin"> + <number>0</number> + </property> + <property name="topMargin"> + <number>0</number> + </property> + <property name="rightMargin"> + <number>0</number> + </property> + <property name="bottomMargin"> <number>0</number> </property> <item> @@ -36,7 +45,10 @@ <item> <widget class="QLabel" name="label"> <property name="text"> - <string>Find:</string> + <string>&Find:</string> + </property> + <property name="buddy"> + <cstring>findtextCombo</cstring> </property> </widget> </item> @@ -82,35 +94,35 @@ <item> <widget class="QCheckBox" name="caseCheckBox"> <property name="text"> - <string>Match case</string> + <string>&Match case</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="wordCheckBox"> <property name="text"> - <string>Whole word</string> + <string>Whole &word</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="regexpCheckBox"> <property name="text"> - <string>Regexp</string> + <string>Rege&xp</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="wrapCheckBox"> <property name="text"> - <string>Wrap around</string> + <string>Wrap &around</string> </property> </widget> </item> <item> <widget class="QCheckBox" name="selectionCheckBox"> <property name="text"> - <string>Selection only</string> + <string>&Selection only</string> </property> </widget> </item>