Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/keepassxreboot/keepassxc.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/SetupTotpDialog.ui')
-rw-r--r--src/gui/SetupTotpDialog.ui44
1 files changed, 37 insertions, 7 deletions
diff --git a/src/gui/SetupTotpDialog.ui b/src/gui/SetupTotpDialog.ui
index a6d806287..327ca6d0a 100644
--- a/src/gui/SetupTotpDialog.ui
+++ b/src/gui/SetupTotpDialog.ui
@@ -7,7 +7,7 @@
<x>0</x>
<y>0</y>
<width>282</width>
- <height>257</height>
+ <height>364</height>
</rect>
</property>
<property name="windowTitle">
@@ -29,11 +29,38 @@
</layout>
</item>
<item>
- <widget class="QCheckBox" name="customSettingsCheckBox">
- <property name="text">
- <string>Use custom settings</string>
- </property>
- </widget>
+ <layout class="QVBoxLayout" name="verticalLayout_2">
+ <item>
+ <widget class="QRadioButton" name="radioDefault">
+ <property name="text">
+ <string>Default RFC 6238 token settings</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">settingsButtonGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="radioSteam">
+ <property name="text">
+ <string>Steam token settings</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">settingsButtonGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ <item>
+ <widget class="QRadioButton" name="radioCustom">
+ <property name="text">
+ <string>Use custom settings</string>
+ </property>
+ <attribute name="buttonGroup">
+ <string notr="true">settingsButtonGroup</string>
+ </attribute>
+ </widget>
+ </item>
+ </layout>
</item>
<item>
<widget class="QLabel" name="label_4">
@@ -105,7 +132,7 @@
<bool>false</bool>
</property>
<property name="suffix">
- <string> sec</string>
+ <string comment="Seconds"> sec</string>
</property>
<property name="minimum">
<number>1</number>
@@ -134,4 +161,7 @@
</widget>
<resources/>
<connections/>
+ <buttongroups>
+ <buttongroup name="settingsButtonGroup"/>
+ </buttongroups>
</ui>