classifyDisclaimerDlg.ui 5.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>ClassifyDisclaimerDialog</class>
  4. <widget class="QDialog" name="ClassifyDisclaimerDialog">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>460</width>
  10. <height>250</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>qCANUPO (disclaimer)</string>
  15. </property>
  16. <property name="windowIcon">
  17. <iconset resource="qCanupo.qrc">
  18. <normaloff>:/CC/plugin/qCanupoPlugin/images/iconClassify.png</normaloff>:/CC/plugin/qCanupoPlugin/images/iconClassify.png</iconset>
  19. </property>
  20. <layout class="QVBoxLayout" name="verticalLayout">
  21. <item>
  22. <layout class="QHBoxLayout" name="horizontalLayout">
  23. <item>
  24. <widget class="QLabel" name="logo">
  25. <property name="maximumSize">
  26. <size>
  27. <width>150</width>
  28. <height>174</height>
  29. </size>
  30. </property>
  31. <property name="text">
  32. <string/>
  33. </property>
  34. <property name="pixmap">
  35. <pixmap resource="qCanupo.qrc">:/CC/plugin/qCanupoPlugin/images/Logo_cnrs_eub_eec.png</pixmap>
  36. </property>
  37. <property name="scaledContents">
  38. <bool>true</bool>
  39. </property>
  40. </widget>
  41. </item>
  42. <item>
  43. <widget class="QTextEdit" name="DisclaimerTextEdit">
  44. <property name="readOnly">
  45. <bool>true</bool>
  46. </property>
  47. <property name="html">
  48. <string>&lt;!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0//EN&quot; &quot;http://www.w3.org/TR/REC-html40/strict.dtd&quot;&gt;
  49. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  50. p, li { white-space: pre-wrap; }
  51. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'MS Shell Dlg 2'; font-size:8.25pt; font-weight:400; font-style:normal;&quot;&gt;
  52. &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;&quot;&gt;&lt;span style=&quot; font-family:'Calibri,sans-serif'; font-size:10pt; font-weight:600; color:#1f497d;&quot;&gt;Multi-scale dimensionality classification (CANUPO)&lt;/span&gt;&lt;/p&gt;
  53. &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;&quot;&gt;&lt;span style=&quot; font-family:'Calibri,sans-serif'; font-size:10pt; font-style:italic; color:#1f497d;&quot;&gt;Brodu and Lague, 3D Terrestrial LiDAR data classification of complex natural scenes using a multi-scale dimensionality criterion, ISPRS j. of Photogram. Rem. Sens., 2012&lt;/span&gt;&lt;/p&gt;
  54. &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Calibri,sans-serif'; font-size:10pt; font-style:italic; color:#1f497d; background-color:#ffffff;&quot;&gt;&lt;/p&gt;
  55. &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;&quot;&gt;&lt;span style=&quot; font-family:'Calibri,sans-serif'; font-size:10pt; color:#1f497d; background-color:#ffffff;&quot;&gt;Funded by Université Européenne de Bretagne, Centre National de la Recherche Scientifique and EEC Marie-Curie actions&lt;/span&gt;&lt;/p&gt;
  56. &lt;p align=&quot;center&quot; style=&quot;-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-family:'Calibri,sans-serif'; font-size:10pt; color:#1f497d; background-color:#ffffff;&quot;&gt;&lt;/p&gt;
  57. &lt;p align=&quot;center&quot; style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; background-color:#ffffff;&quot;&gt;&lt;span style=&quot; font-family:'Calibri,sans-serif'; font-size:10pt; color:#1f497d;&quot;&gt;Enjoy!&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  58. </property>
  59. </widget>
  60. </item>
  61. </layout>
  62. </item>
  63. <item>
  64. <widget class="QDialogButtonBox" name="buttonBox">
  65. <property name="orientation">
  66. <enum>Qt::Horizontal</enum>
  67. </property>
  68. <property name="standardButtons">
  69. <set>QDialogButtonBox::Cancel|QDialogButtonBox::Ok</set>
  70. </property>
  71. </widget>
  72. </item>
  73. </layout>
  74. </widget>
  75. <resources>
  76. <include location="qCanupo.qrc"/>
  77. </resources>
  78. <connections>
  79. <connection>
  80. <sender>buttonBox</sender>
  81. <signal>accepted()</signal>
  82. <receiver>ClassifyDisclaimerDialog</receiver>
  83. <slot>accept()</slot>
  84. <hints>
  85. <hint type="sourcelabel">
  86. <x>248</x>
  87. <y>254</y>
  88. </hint>
  89. <hint type="destinationlabel">
  90. <x>157</x>
  91. <y>274</y>
  92. </hint>
  93. </hints>
  94. </connection>
  95. <connection>
  96. <sender>buttonBox</sender>
  97. <signal>rejected()</signal>
  98. <receiver>ClassifyDisclaimerDialog</receiver>
  99. <slot>reject()</slot>
  100. <hints>
  101. <hint type="sourcelabel">
  102. <x>316</x>
  103. <y>260</y>
  104. </hint>
  105. <hint type="destinationlabel">
  106. <x>286</x>
  107. <y>274</y>
  108. </hint>
  109. </hints>
  110. </connection>
  111. </connections>
  112. </ui>