mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
158 lines
4.2 KiB
XML
158 lines
4.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>DialogAbout</class>
|
|
<widget class="QDialog" name="DialogAbout">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>669</width>
|
|
<height>306</height>
|
|
</rect>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>About SqliteBrowser</string>
|
|
</property>
|
|
<property name="windowIcon">
|
|
<iconset resource="icons/icons.qrc">
|
|
<normaloff>:/oldimages/icon16</normaloff>:/oldimages/icon16</iconset>
|
|
</property>
|
|
<property name="sizeGripEnabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>300</x>
|
|
<y>260</y>
|
|
<width>351</width>
|
|
<height>32</height>
|
|
</rect>
|
|
</property>
|
|
<property name="orientation">
|
|
<enum>Qt::Horizontal</enum>
|
|
</property>
|
|
<property name="standardButtons">
|
|
<set>QDialogButtonBox::Close</set>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_imagelogo">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>131</width>
|
|
<height>81</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="pixmap">
|
|
<pixmap resource="icons/icons.qrc">:/oldimages/128</pixmap>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_version">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>30</y>
|
|
<width>491</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Version</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>120</y>
|
|
<width>491</width>
|
|
<height>121</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-size:large;">SQLite Database Browser is an open source, public domain, freeware visual tool used to create, design and edit SQLite database files.</span></p><p>For more information on this program please visit our site at: <a href="https://github.com/rp-/sqlitebrowser"><span style=" text-decoration: underline; color:#0000ff;">https://github.com/rp-/sqlitebrowser</span></a></p><p><span style=" font-size:small;">This software uses the LGPL Qt Toolkit from http://www.qtsoftware.com<br/>See LICENSING.txt and Qt_LICENSE_LGPL.txt for licensing terms and information.</span></p></body></html></string>
|
|
</property>
|
|
<property name="scaledContents">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="alignment">
|
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="openExternalLinks">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_versionqt">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>50</y>
|
|
<width>491</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Qt Version</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QLabel" name="label_versionsqlite">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>160</x>
|
|
<y>70</y>
|
|
<width>491</width>
|
|
<height>20</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>SQLite Version</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<resources>
|
|
<include location="icons/icons.qrc"/>
|
|
</resources>
|
|
<connections>
|
|
<connection>
|
|
<sender>buttonBox</sender>
|
|
<signal>accepted()</signal>
|
|
<receiver>DialogAbout</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>DialogAbout</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>
|