AboutDialog.ui 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>AboutDialog</class>
  4. <widget class="QDialog" name="AboutDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>582</width>
  10. <height>696</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>About Carpe Simiam</string>
  15. </property>
  16. <layout class="QVBoxLayout" name="verticalLayout">
  17. <item>
  18. <layout class="QHBoxLayout" name="horizontalLayout">
  19. <item>
  20. <layout class="QVBoxLayout" name="verticalLayout_2">
  21. <item>
  22. <widget class="QGraphicsView" name="graphicsView">
  23. <property name="minimumSize">
  24. <size>
  25. <width>500</width>
  26. <height>500</height>
  27. </size>
  28. </property>
  29. <property name="maximumSize">
  30. <size>
  31. <width>500</width>
  32. <height>500</height>
  33. </size>
  34. </property>
  35. <property name="styleSheet">
  36. <string notr="true">background:transparent</string>
  37. </property>
  38. <property name="verticalScrollBarPolicy">
  39. <enum>Qt::ScrollBarAlwaysOff</enum>
  40. </property>
  41. <property name="horizontalScrollBarPolicy">
  42. <enum>Qt::ScrollBarAlwaysOff</enum>
  43. </property>
  44. </widget>
  45. </item>
  46. <item>
  47. <widget class="QLabel" name="label">
  48. <property name="text">
  49. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;div style=&quot;&quot;&gt;&lt;p&gt;Copyright (C) 2017&lt;br/&gt;Clemens-Alexander
  50. Brust&lt;br/&gt;Computer Vision Group&lt;br/&gt;Friedrich Schiller University Jena&lt;/p&gt;&lt;p&gt;Carpe Simiam
  51. uses the following projects:&lt;/p&gt;&lt;ul style=&quot;margin-top: 0px; margin-bottom: 0px; margin-left: 0px;
  52. margin-right: 0px; -qt-list-indent: 1;&quot;&gt;&lt;li style=&quot; margin-top:0px; margin-bottom:0px;
  53. margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;&lt;a href=&quot;https://www.csie.ntu.edu.tw/~cjlin/liblinear/&quot;&gt;&lt;span
  54. style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;liblinear&lt;/span&gt;&lt;/a&gt; by Chih-Jena Lin
  55. at National Taiwan University (&lt;a href=&quot;https://www.csie.ntu.edu.tw/~cjlin/liblinear/COPYRIGHT&quot;&gt;&lt;span
  56. style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;BSD License&lt;/span&gt;&lt;/a&gt;)&lt;br/&gt;&lt;/li&gt;&lt;li
  57. style=&quot; margin-top:0px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0;
  58. text-indent:0px;&quot;&gt;&lt;a href=&quot;https://github.com/cvjena/cn24&quot;&gt;&lt;span style=&quot;
  59. text-decoration: underline; color:#0000ff;&quot;&gt;CN24&lt;/span&gt;&lt;/a&gt; by Clemens-Alexander Brust at
  60. Friedrich Schiller University Jena (&lt;a href=&quot;https://github.com/cvjena/cn24/blob/master/LICENSE&quot;&gt;&lt;span
  61. style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;BSD License&lt;/span&gt;&lt;/a&gt;)&lt;/li&gt;&lt;/ul&gt;
  62. &lt;/div&gt;
  63. &lt;/body&gt;&lt;/html&gt;
  64. </string>
  65. </property>
  66. <property name="alignment">
  67. <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
  68. </property>
  69. <property name="wordWrap">
  70. <bool>true</bool>
  71. </property>
  72. </widget>
  73. </item>
  74. </layout>
  75. </item>
  76. </layout>
  77. </item>
  78. <item>
  79. <widget class="QDialogButtonBox" name="buttonBox">
  80. <property name="orientation">
  81. <enum>Qt::Horizontal</enum>
  82. </property>
  83. <property name="standardButtons">
  84. <set>QDialogButtonBox::Close</set>
  85. </property>
  86. </widget>
  87. </item>
  88. </layout>
  89. </widget>
  90. <resources/>
  91. <connections>
  92. <connection>
  93. <sender>buttonBox</sender>
  94. <signal>accepted()</signal>
  95. <receiver>AboutDialog</receiver>
  96. <slot>accept()</slot>
  97. <hints>
  98. <hint type="sourcelabel">
  99. <x>248</x>
  100. <y>254</y>
  101. </hint>
  102. <hint type="destinationlabel">
  103. <x>157</x>
  104. <y>274</y>
  105. </hint>
  106. </hints>
  107. </connection>
  108. <connection>
  109. <sender>buttonBox</sender>
  110. <signal>rejected()</signal>
  111. <receiver>AboutDialog</receiver>
  112. <slot>reject()</slot>
  113. <hints>
  114. <hint type="sourcelabel">
  115. <x>316</x>
  116. <y>260</y>
  117. </hint>
  118. <hint type="destinationlabel">
  119. <x>286</x>
  120. <y>274</y>
  121. </hint>
  122. </hints>
  123. </connection>
  124. </connections>
  125. </ui>