2009-12-30 21:23:02 -05:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>AboutDialog</class>
|
|
|
|
<widget class="QDialog" name="AboutDialog">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
2017-01-24 16:39:28 -05:00
|
|
|
<width>422</width>
|
2009-12-30 21:23:02 -05:00
|
|
|
<height>376</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="sizePolicy">
|
|
|
|
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
|
|
|
|
<horstretch>0</horstretch>
|
|
|
|
<verstretch>0</verstretch>
|
|
|
|
</sizepolicy>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
2009-12-31 10:57:06 -05:00
|
|
|
<string>About RetroShare</string>
|
2009-12-30 21:23:02 -05:00
|
|
|
</property>
|
|
|
|
<property name="modal">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
2015-07-25 09:25:57 -04:00
|
|
|
<property name="leftMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="topMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="rightMargin">
|
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<property name="bottomMargin">
|
2009-12-30 21:23:02 -05:00
|
|
|
<number>9</number>
|
|
|
|
</property>
|
|
|
|
<item>
|
2017-01-24 16:39:28 -05:00
|
|
|
<widget class="AboutWidget" name="widget" native="true"/>
|
2009-12-30 21:23:02 -05:00
|
|
|
</item>
|
|
|
|
</layout>
|
|
|
|
</widget>
|
2017-01-24 16:39:28 -05:00
|
|
|
<customwidgets>
|
|
|
|
<customwidget>
|
|
|
|
<class>AboutWidget</class>
|
|
|
|
<extends>QWidget</extends>
|
|
|
|
<header location="global">gui/AboutWidget.h</header>
|
|
|
|
<container>1</container>
|
|
|
|
</customwidget>
|
|
|
|
</customwidgets>
|
2015-07-25 09:25:57 -04:00
|
|
|
<resources>
|
|
|
|
<include location="images.qrc"/>
|
|
|
|
</resources>
|
2017-01-24 16:39:28 -05:00
|
|
|
<connections/>
|
2009-12-30 21:23:02 -05:00
|
|
|
</ui>
|