|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>Dialog</class> |
| 4 | + <widget class="QDialog" name="Dialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>618</width> |
| 10 | + <height>450</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <property name="styleSheet"> |
| 17 | + <string notr="true">background-color: #1c2b36;</string> |
| 18 | + </property> |
| 19 | + <layout class="QVBoxLayout" name="verticalLayout"> |
| 20 | + <item> |
| 21 | + <widget class="QPushButton" name="pushButton"> |
| 22 | + <property name="minimumSize"> |
| 23 | + <size> |
| 24 | + <width>24</width> |
| 25 | + <height>24</height> |
| 26 | + </size> |
| 27 | + </property> |
| 28 | + <property name="maximumSize"> |
| 29 | + <size> |
| 30 | + <width>24</width> |
| 31 | + <height>24</height> |
| 32 | + </size> |
| 33 | + </property> |
| 34 | + <property name="baseSize"> |
| 35 | + <size> |
| 36 | + <width>24</width> |
| 37 | + <height>24</height> |
| 38 | + </size> |
| 39 | + </property> |
| 40 | + <property name="layoutDirection"> |
| 41 | + <enum>Qt::RightToLeft</enum> |
| 42 | + </property> |
| 43 | + <property name="text"> |
| 44 | + <string/> |
| 45 | + </property> |
| 46 | + <property name="icon"> |
| 47 | + <iconset resource="resources/icons.qrc"> |
| 48 | + <normaloff>:/icons/close_x.png</normaloff>:/icons/close_x.png</iconset> |
| 49 | + </property> |
| 50 | + <property name="iconSize"> |
| 51 | + <size> |
| 52 | + <width>24</width> |
| 53 | + <height>24</height> |
| 54 | + </size> |
| 55 | + </property> |
| 56 | + <property name="flat"> |
| 57 | + <bool>true</bool> |
| 58 | + </property> |
| 59 | + </widget> |
| 60 | + </item> |
| 61 | + <item> |
| 62 | + <widget class="QFrame" name="frame"> |
| 63 | + <property name="minimumSize"> |
| 64 | + <size> |
| 65 | + <width>600</width> |
| 66 | + <height>200</height> |
| 67 | + </size> |
| 68 | + </property> |
| 69 | + <property name="maximumSize"> |
| 70 | + <size> |
| 71 | + <width>600</width> |
| 72 | + <height>200</height> |
| 73 | + </size> |
| 74 | + </property> |
| 75 | + <property name="frameShape"> |
| 76 | + <enum>QFrame::NoFrame</enum> |
| 77 | + </property> |
| 78 | + <property name="frameShadow"> |
| 79 | + <enum>QFrame::Plain</enum> |
| 80 | + </property> |
| 81 | + <layout class="QHBoxLayout" name="horizontalLayout"/> |
| 82 | + </widget> |
| 83 | + </item> |
| 84 | + <item> |
| 85 | + <widget class="QTextBrowser" name="text"> |
| 86 | + <property name="styleSheet"> |
| 87 | + <string notr="true">color: white</string> |
| 88 | + </property> |
| 89 | + <property name="frameShape"> |
| 90 | + <enum>QFrame::NoFrame</enum> |
| 91 | + </property> |
| 92 | + <property name="frameShadow"> |
| 93 | + <enum>QFrame::Plain</enum> |
| 94 | + </property> |
| 95 | + <property name="html"> |
| 96 | + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 97 | +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 98 | +p, li { white-space: pre-wrap; } |
| 99 | +</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;"> |
| 100 | +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Thanks for using Groot.</p> |
| 101 | +<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><br /></p> |
| 102 | +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">This project is one of the main components of <a href="https://eurecat.org/es/portfolio-items/mood2be/"><span style=" text-decoration: underline; color:#8ae234;">MOOD2Be</span></a>, and it is developed at <a href="https://eurecat.org"><span style=" text-decoration: underline; color:#8ae234;">Eurecat</span></a> by Davide Faconti.</p> |
| 103 | +<p style=" margin-top:12px; margin-bottom:12px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">MOOD2Be is one of the six <span style=" font-weight:600;">Integrated Technical Projects (ITPs)</span> selected from the <a href="https://robmosys.eu/itp/"><span style=" text-decoration: underline; color:#8ae234;">RobMoSys first open call</span></a>. It received funding from the European Union’s Horizon 2020 Research and Innovation Programme under the RobMoSys project.</p></body></html></string> |
| 104 | + </property> |
| 105 | + </widget> |
| 106 | + </item> |
| 107 | + </layout> |
| 108 | + </widget> |
| 109 | + <resources> |
| 110 | + <include location="resources/icons.qrc"/> |
| 111 | + <include location="resources/icons.qrc"/> |
| 112 | + </resources> |
| 113 | + <connections> |
| 114 | + <connection> |
| 115 | + <sender>pushButton</sender> |
| 116 | + <signal>pressed()</signal> |
| 117 | + <receiver>Dialog</receiver> |
| 118 | + <slot>accept()</slot> |
| 119 | + <hints> |
| 120 | + <hint type="sourcelabel"> |
| 121 | + <x>596</x> |
| 122 | + <y>20</y> |
| 123 | + </hint> |
| 124 | + <hint type="destinationlabel"> |
| 125 | + <x>308</x> |
| 126 | + <y>224</y> |
| 127 | + </hint> |
| 128 | + </hints> |
| 129 | + </connection> |
| 130 | + </connections> |
| 131 | +</ui> |
0 commit comments