Changed: Use checkboxes for shortcuts

This commit is contained in:
kervala 2016-03-12 21:53:51 +01:00
parent a4e564bae5
commit 245b32782f

View file

@ -6,8 +6,8 @@
<rect>
<x>0</x>
<y>0</y>
<width>501</width>
<height>351</height>
<width>583</width>
<height>368</height>
</rect>
</property>
<property name="windowTitle">
@ -146,6 +146,20 @@
</item>
</layout>
</item>
<item row="5" column="0">
<widget class="QLabel" name="clientVersionLabel">
<property name="text">
<string>Client version:</string>
</property>
</widget>
</item>
<item row="5" column="1">
<widget class="QLabel" name="executableVersionLabel">
<property name="text">
<string>FV 3.0.0</string>
</property>
</widget>
</item>
<item row="6" column="0">
<widget class="QLabel" name="argumentsLabel">
<property name="text">
@ -206,16 +220,16 @@
</widget>
</item>
<item row="9" column="1">
<layout class="QHBoxLayout" name="shortcutsLayout">
<layout class="QVBoxLayout" name="shortcutsLayout">
<item>
<widget class="QPushButton" name="shortcutsDesktopButton">
<widget class="QCheckBox" name="desktopShortcutCheckBox">
<property name="text">
<string>Desktop</string>
</property>
</widget>
</item>
<item>
<widget class="QPushButton" name="shortcutsMenuButton">
<widget class="QCheckBox" name="menuShortcutCheckBox">
<property name="text">
<string>Start Menu</string>
</property>
@ -223,20 +237,6 @@
</item>
</layout>
</item>
<item row="5" column="1">
<widget class="QLabel" name="executableVersionLabel">
<property name="text">
<string>FV 3.0.0</string>
</property>
</widget>
</item>
<item row="5" column="0">
<widget class="QLabel" name="clientVersionLabel">
<property name="text">
<string>Client version:</string>
</property>
</widget>
</item>
</layout>
</item>
</layout>
@ -264,8 +264,8 @@
<tabstop>argumentsEdit</tabstop>
<tabstop>commentsEdit</tabstop>
<tabstop>directoryButton</tabstop>
<tabstop>shortcutsDesktopButton</tabstop>
<tabstop>shortcutsMenuButton</tabstop>
<tabstop>desktopShortcutCheckBox</tabstop>
<tabstop>menuShortcutCheckBox</tabstop>
</tabstops>
<resources/>
<connections>