Files
pilotclient/src/blackgui/components/coresettingsdialog.ui
Klaus Basan 891b67eccc refs #892, settings dialog for core
(settings can also be set in core)
2017-04-17 23:57:04 +01:00

94 lines
2.2 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>CCoreSettingsDialog</class>
<widget class="QDialog" name="CCoreSettingsDialog">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>350</width>
<height>400</height>
</rect>
</property>
<property name="minimumSize">
<size>
<width>350</width>
<height>400</height>
</size>
</property>
<property name="windowTitle">
<string>swift settings</string>
</property>
<layout class="QVBoxLayout" name="vl_SettingsDialog">
<property name="leftMargin">
<number>4</number>
</property>
<property name="topMargin">
<number>4</number>
</property>
<property name="rightMargin">
<number>4</number>
</property>
<property name="bottomMargin">
<number>4</number>
</property>
<item>
<widget class="BlackGui::Components::CSettingsComponent" name="comp_SettingsComponent"/>
</item>
<item>
<widget class="QDialogButtonBox" name="bb_CoreSettingsDialog">
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<property name="standardButtons">
<set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<customwidgets>
<customwidget>
<class>BlackGui::Components::CSettingsComponent</class>
<extends>QTabWidget</extends>
<header>blackgui/components/settingscomponent.h</header>
<container>1</container>
</customwidget>
</customwidgets>
<resources/>
<connections>
<connection>
<sender>bb_CoreSettingsDialog</sender>
<signal>accepted()</signal>
<receiver>CCoreSettingsDialog</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>248</x>
<y>254</y>
</hint>
<hint type="destinationlabel">
<x>157</x>
<y>274</y>
</hint>
</hints>
</connection>
<connection>
<sender>bb_CoreSettingsDialog</sender>
<signal>rejected()</signal>
<receiver>CCoreSettingsDialog</receiver>
<slot>reject()</slot>
<hints>
<hint type="sourcelabel">
<x>316</x>
<y>260</y>
</hint>
<hint type="destinationlabel">
<x>286</x>
<y>274</y>
</hint>
</hints>
</connection>
</connections>
</ui>