diff options
author | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-05 15:35:32 +0100 |
---|---|---|
committer | Aqua-sama <aqua@iserlohn-fortress.net> | 2018-03-05 15:35:32 +0100 |
commit | 40de7d18bb5e91c049947344b8c632c40989ad10 (patch) | |
tree | 33c0a3a6500ea0c2d7b62f192f685bb93d7b99e0 /lib/settings/settingsdialog.ui | |
parent | Fixed pkgbuild again (diff) | |
download | smolbote-40de7d18bb5e91c049947344b8c632c40989ad10.tar.xz |
Added poi-config
- view default configuration
Diffstat (limited to 'lib/settings/settingsdialog.ui')
-rw-r--r-- | lib/settings/settingsdialog.ui | 67 |
1 files changed, 0 insertions, 67 deletions
diff --git a/lib/settings/settingsdialog.ui b/lib/settings/settingsdialog.ui deleted file mode 100644 index 522754d..0000000 --- a/lib/settings/settingsdialog.ui +++ /dev/null @@ -1,67 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<ui version="4.0"> - <class>SettingsDialog</class> - <widget class="QDialog" name="SettingsDialog"> - <property name="geometry"> - <rect> - <x>0</x> - <y>0</y> - <width>640</width> - <height>480</height> - </rect> - </property> - <property name="windowTitle"> - <string>Settings</string> - </property> - <layout class="QVBoxLayout" name="verticalLayout"> - <item> - <widget class="QTabWidget" name="tabWidget"/> - </item> - <item> - <widget class="QDialogButtonBox" name="buttonBox"> - <property name="orientation"> - <enum>Qt::Horizontal</enum> - </property> - <property name="standardButtons"> - <set>QDialogButtonBox::Cancel|QDialogButtonBox::Save</set> - </property> - </widget> - </item> - </layout> - </widget> - <resources/> - <connections> - <connection> - <sender>buttonBox</sender> - <signal>accepted()</signal> - <receiver>SettingsDialog</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>buttonBox</sender> - <signal>rejected()</signal> - <receiver>SettingsDialog</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> |