RetroShare/retroshare-gui/src/gui/settings/GroupFrameSettingsWidget.ui
thunder2 2d100b70af Fixed some strings in settings window
Updated english translation

git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7781 b45a01b8-16f6-495d-af2f-9b41ad6348cc
2014-12-23 10:37:35 +00:00

48 lines
1.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>GroupFrameSettingsWidget</class>
<widget class="QWidget" name="GroupFrameSettingsWidget">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>400</width>
<height>40</height>
</rect>
</property>
<property name="windowTitle">
<string>Form</string>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<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>
<widget class="QCheckBox" name="openAllInNewTabCheckBox">
<property name="text">
<string notr="true">Open each group in a new tab (not translated)</string>
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="hideTabBarWithOneTabCheckBox">
<property name="text">
<string>Hide tabbar with one open tab</string>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections/>
</ui>