|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<ui version="4.0"> |
| 3 | + <class>InfoDialog</class> |
| 4 | + <widget class="QDialog" name="InfoDialog"> |
| 5 | + <property name="geometry"> |
| 6 | + <rect> |
| 7 | + <x>0</x> |
| 8 | + <y>0</y> |
| 9 | + <width>617</width> |
| 10 | + <height>391</height> |
| 11 | + </rect> |
| 12 | + </property> |
| 13 | + <property name="windowTitle"> |
| 14 | + <string>Dialog</string> |
| 15 | + </property> |
| 16 | + <layout class="QGridLayout" name="gridLayout"> |
| 17 | + <item row="1" column="1"> |
| 18 | + <widget class="QPushButton" name="pushButtonClose"> |
| 19 | + <property name="text"> |
| 20 | + <string>Close</string> |
| 21 | + </property> |
| 22 | + </widget> |
| 23 | + </item> |
| 24 | + <item row="1" column="0"> |
| 25 | + <spacer name="horizontalSpacer"> |
| 26 | + <property name="orientation"> |
| 27 | + <enum>Qt::Horizontal</enum> |
| 28 | + </property> |
| 29 | + <property name="sizeHint" stdset="0"> |
| 30 | + <size> |
| 31 | + <width>40</width> |
| 32 | + <height>20</height> |
| 33 | + </size> |
| 34 | + </property> |
| 35 | + </spacer> |
| 36 | + </item> |
| 37 | + <item row="0" column="0" colspan="2"> |
| 38 | + <widget class="QTextBrowser" name="textBrowser"> |
| 39 | + <property name="html"> |
| 40 | + <string><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> |
| 41 | +<html><head><meta name="qrichtext" content="1" /><style type="text/css"> |
| 42 | +p, li { white-space: pre-wrap; } |
| 43 | +</style></head><body style=" font-family:'MS Shell Dlg 2'; font-size:7.8pt; font-weight:400; font-style:normal;"> |
| 44 | +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt;">Universal serial monitor with data plotting capabilities, based on </span><a href="https://www.qt.io/"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt; text-decoration: underline; color:#0000ff;">Qt</span></a><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt;">. Designed with all sorts of </span><a href="https://www.arduino.cc/"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt; text-decoration: underline; color:#0000ff;">Arduino</span></a><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt;"> projects in mind, as a handy tool for debugging and experimentation :)</span></p> |
| 45 | +<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; font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:600;"><br /></p> |
| 46 | +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:600;">Author:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt;"> mich-w</span></p> |
| 47 | +<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; font-family:'MS Shell Dlg 2'; font-size:9pt;"><br /></p> |
| 48 | +<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-weight:600;">Link:</span><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt;"> </span><a href="https://github.com/mich-w/QtSerialMonitor"><span style=" font-family:'MS Shell Dlg 2'; font-size:9pt; font-style:italic; text-decoration: underline; color:#0000ff;">https://github.com/mich-w/QtSerialMonitor</span></a></p></body></html></string> |
| 49 | + </property> |
| 50 | + <property name="textInteractionFlags"> |
| 51 | + <set>Qt::TextSelectableByKeyboard|Qt::TextSelectableByMouse</set> |
| 52 | + </property> |
| 53 | + <property name="openExternalLinks"> |
| 54 | + <bool>false</bool> |
| 55 | + </property> |
| 56 | + <property name="openLinks"> |
| 57 | + <bool>false</bool> |
| 58 | + </property> |
| 59 | + </widget> |
| 60 | + </item> |
| 61 | + </layout> |
| 62 | + </widget> |
| 63 | + <resources/> |
| 64 | + <connections/> |
| 65 | +</ui> |
0 commit comments