2013-05-17 09:09:24 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
2012-12-21 08:51:59 +01:00
|
|
|
<class>About</class>
|
2013-05-17 09:09:24 +02:00
|
|
|
<widget class="QDialog" name="About">
|
|
|
|
<property name="geometry">
|
2012-12-21 08:51:59 +01:00
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>410</width>
|
2013-05-17 09:09:24 +02:00
|
|
|
<height>664</height>
|
2012-12-21 08:51:59 +01:00
|
|
|
</rect>
|
|
|
|
</property>
|
2013-05-17 09:09:24 +02:00
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Minimum">
|
2012-12-21 08:51:59 +01:00
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
2013-05-17 09:09:24 +02:00
|
|
|
<property name="windowTitle">
|
2021-03-26 06:03:51 +01:00
|
|
|
<string>about_about_anki</string>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
2013-05-17 09:09:24 +02:00
|
|
|
<layout class="QVBoxLayout">
|
2016-05-31 10:51:40 +02:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2013-05-17 09:09:24 +02:00
|
|
|
<number>0</number>
|
|
|
|
</property>
|
2012-12-21 08:51:59 +01:00
|
|
|
<item>
|
2016-05-31 10:51:40 +02:00
|
|
|
<widget class="AnkiWebView" name="label" native="true">
|
|
|
|
<property name="url" stdset="0">
|
2013-05-17 09:09:24 +02:00
|
|
|
<url>
|
2020-11-17 10:55:18 +01:00
|
|
|
<string notr="true">about:blank</string>
|
2013-05-17 09:09:24 +02:00
|
|
|
</url>
|
2012-12-21 08:51:59 +01:00
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
<item>
|
2013-05-17 09:09:24 +02:00
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
2012-12-21 08:51:59 +01:00
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
2013-05-17 09:09:24 +02:00
|
|
|
<property name="standardButtons">
|
2012-12-21 08:51:59 +01:00
|
|
|
<set>QDialogButtonBox::Ok</set>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2013-05-17 09:09:24 +02:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
2016-05-31 10:51:40 +02:00
|
|
|
<class>AnkiWebView</class>
|
2013-05-17 09:09:24 +02:00
|
|
|
<extends>QWidget</extends>
|
2016-05-31 10:51:40 +02:00
|
|
|
<header location="global">aqt/webview</header>
|
|
|
|
<container>1</container>
|
2013-05-17 09:09:24 +02:00
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2012-12-21 08:51:59 +01:00
|
|
|
<resources>
|
2013-05-17 09:09:24 +02:00
|
|
|
<include location="icons.qrc"/>
|
2012-12-21 08:51:59 +01:00
|
|
|
</resources>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>About</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<hints>
|
2013-05-17 09:09:24 +02:00
|
|
|
<hint type="sourcelabel">
|
2012-12-21 08:51:59 +01:00
|
|
|
<x>248</x>
|
|
|
|
<y>254</y>
|
|
|
|
</hint>
|
2013-05-17 09:09:24 +02:00
|
|
|
<hint type="destinationlabel">
|
2012-12-21 08:51:59 +01:00
|
|
|
<x>157</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>About</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<hints>
|
2013-05-17 09:09:24 +02:00
|
|
|
<hint type="sourcelabel">
|
2012-12-21 08:51:59 +01:00
|
|
|
<x>316</x>
|
|
|
|
<y>260</y>
|
|
|
|
</hint>
|
2013-05-17 09:09:24 +02:00
|
|
|
<hint type="destinationlabel">
|
2012-12-21 08:51:59 +01:00
|
|
|
<x>286</x>
|
|
|
|
<y>274</y>
|
|
|
|
</hint>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connections>
|
|
|
|
</ui>
|