123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125 |
- <?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>
- <width>582</width>
- <height>696</height>
- </rect>
- </property>
- <property name="windowTitle">
- <string>About Carpe Simiam</string>
- </property>
- <layout class="QVBoxLayout" name="verticalLayout">
- <item>
- <layout class="QHBoxLayout" name="horizontalLayout">
- <item>
- <layout class="QVBoxLayout" name="verticalLayout_2">
- <item>
- <widget class="QGraphicsView" name="graphicsView">
- <property name="minimumSize">
- <size>
- <width>500</width>
- <height>500</height>
- </size>
- </property>
- <property name="maximumSize">
- <size>
- <width>500</width>
- <height>500</height>
- </size>
- </property>
- <property name="styleSheet">
- <string notr="true">background:transparent</string>
- </property>
- <property name="verticalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- <property name="horizontalScrollBarPolicy">
- <enum>Qt::ScrollBarAlwaysOff</enum>
- </property>
- </widget>
- </item>
- <item>
- <widget class="QLabel" name="label">
- <property name="text">
- <string><html><head/><body><div style=""><p>Copyright (C) 2017<br/>Clemens-Alexander
- Brust<br/>Computer Vision Group<br/>Friedrich Schiller University Jena</p><p>Carpe Simiam
- uses the following projects:</p><ul style="margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
- margin-right: 0px; -qt-list-indent: 1;"><li style=" margin-top:0px; margin-bottom:0px;
- margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><a href="https://www.csie.ntu.edu.tw/~cjlin/liblinear/"><span
- style=" text-decoration: underline; color:#0000ff;">liblinear</span></a> by Chih-Jena Lin
- at National Taiwan University (<a href="https://www.csie.ntu.edu.tw/~cjlin/liblinear/COPYRIGHT"><span
- style=" text-decoration: underline; color:#0000ff;">BSD License</span></a>)<br/></li><li
- style=" margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0;
- text-indent:0px;"><a href="https://github.com/cvjena/cn24"><span style="
- text-decoration: underline; color:#0000ff;">CN24</span></a> by Clemens-Alexander Brust at
- Friedrich Schiller University Jena (<a href="https://github.com/cvjena/cn24/blob/master/LICENSE"><span
- style=" text-decoration: underline; color:#0000ff;">BSD License</span></a>)</li></ul>
- </div>
- </body></html>
- </string>
- </property>
- <property name="alignment">
- <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
- </property>
- <property name="wordWrap">
- <bool>true</bool>
- </property>
- </widget>
- </item>
- </layout>
- </item>
- </layout>
- </item>
- <item>
- <widget class="QDialogButtonBox" name="buttonBox">
- <property name="orientation">
- <enum>Qt::Horizontal</enum>
- </property>
- <property name="standardButtons">
- <set>QDialogButtonBox::Close</set>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- <resources/>
- <connections>
- <connection>
- <sender>buttonBox</sender>
- <signal>accepted()</signal>
- <receiver>AboutDialog</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>AboutDialog</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>
|