about.ui 3.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>About</class>
  4. <widget class="QDialog" name="About">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>330</width>
  10. <height>160</height>
  11. </rect>
  12. </property>
  13. <property name="minimumSize">
  14. <size>
  15. <width>330</width>
  16. <height>160</height>
  17. </size>
  18. </property>
  19. <property name="maximumSize">
  20. <size>
  21. <width>330</width>
  22. <height>160</height>
  23. </size>
  24. </property>
  25. <property name="windowTitle">
  26. <string>About</string>
  27. </property>
  28. <property name="windowIcon">
  29. <iconset>
  30. <normaloff>resources/icon.ico</normaloff>resources/icon.ico</iconset>
  31. </property>
  32. <property name="accessibleName">
  33. <string/>
  34. </property>
  35. <layout class="QVBoxLayout" name="verticalLayout">
  36. <item>
  37. <layout class="QGridLayout" name="gridLayout">
  38. <item row="0" column="0">
  39. <widget class="QLabel" name="lblIcon">
  40. <property name="text">
  41. <string/>
  42. </property>
  43. <property name="pixmap">
  44. <pixmap>resources/icon.ico</pixmap>
  45. </property>
  46. </widget>
  47. </item>
  48. <item row="0" column="1">
  49. <widget class="QLabel" name="lblAbout">
  50. <property name="text">
  51. <string>&lt;html&gt;&lt;head/&gt;&lt;body&gt;&lt;p&gt;&lt;span style=&quot; font-weight:600;&quot;&gt;OrdersGuru Signer&lt;/span&gt;&lt;/p&gt;&lt;p&gt;Application for signing and arranging orders documents.&lt;/p&gt;&lt;p&gt;Created by &lt;a href=&quot;http://jodlajodla.si/&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#0000ff;&quot;&gt;Jan Sušnik&lt;/span&gt;&lt;/a&gt;, 2017&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  52. </property>
  53. <property name="wordWrap">
  54. <bool>true</bool>
  55. </property>
  56. </widget>
  57. </item>
  58. </layout>
  59. </item>
  60. <item>
  61. <spacer name="verticalSpacer">
  62. <property name="orientation">
  63. <enum>Qt::Vertical</enum>
  64. </property>
  65. <property name="sizeHint" stdset="0">
  66. <size>
  67. <width>20</width>
  68. <height>20</height>
  69. </size>
  70. </property>
  71. </spacer>
  72. </item>
  73. <item>
  74. <widget class="QDialogButtonBox" name="buttonBox">
  75. <property name="orientation">
  76. <enum>Qt::Horizontal</enum>
  77. </property>
  78. <property name="standardButtons">
  79. <set>QDialogButtonBox::Close</set>
  80. </property>
  81. </widget>
  82. </item>
  83. </layout>
  84. </widget>
  85. <resources/>
  86. <connections>
  87. <connection>
  88. <sender>buttonBox</sender>
  89. <signal>accepted()</signal>
  90. <receiver>About</receiver>
  91. <slot>accept()</slot>
  92. <hints>
  93. <hint type="sourcelabel">
  94. <x>248</x>
  95. <y>254</y>
  96. </hint>
  97. <hint type="destinationlabel">
  98. <x>157</x>
  99. <y>274</y>
  100. </hint>
  101. </hints>
  102. </connection>
  103. <connection>
  104. <sender>buttonBox</sender>
  105. <signal>rejected()</signal>
  106. <receiver>About</receiver>
  107. <slot>reject()</slot>
  108. <hints>
  109. <hint type="sourcelabel">
  110. <x>316</x>
  111. <y>260</y>
  112. </hint>
  113. <hint type="destinationlabel">
  114. <x>286</x>
  115. <y>274</y>
  116. </hint>
  117. </hints>
  118. </connection>
  119. </connections>
  120. </ui>