numlockmanager/numlockmanager.ui

78 lines
3.9 KiB
Text
Raw Normal View History

2023-09-01 14:13:57 +00:00
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>NumLockManager</class>
<widget class="QMainWindow" name="NumLockManager">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>490</width>
<height>170</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="baseSize">
<size>
<width>480</width>
<height>150</height>
</size>
</property>
<property name="font">
<font>
<pointsize>15</pointsize>
</font>
</property>
<property name="windowTitle">
<string>NumLockManager</string>
</property>
<widget class="QWidget" name="centralwidget">
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QTextBrowser" name="about">
<property name="minimumSize">
<size>
<width>0</width>
<height>91</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>16777215</width>
<height>151</height>
</size>
</property>
<property name="lineWrapMode">
<enum>QTextEdit::WidgetWidth</enum>
</property>
<property name="html">
<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;
&lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;meta charset=&quot;utf-8&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
p, li { white-space: pre-wrap; }
hr { height: 1px; border-width: 0; }
&lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Segoe UI'; font-size:15pt; font-weight:400; font-style:normal;&quot;&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Прога для індикації і &amp;quot;фіксації&amp;quot; стану NumLock&lt;/p&gt;
&lt;p 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;&quot;&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Автор: &lt;a href=&quot;https://notabug.org/SergoZar&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#5ac480;&quot;&gt;SergoZar&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Контакти: &lt;a href=&quot;https://t.me/SergoZarOfficiant&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#5ac480;&quot;&gt;Telegram&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;https://social.net.ua/user/SergoZar&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#5ac480;&quot;&gt;Pleroma&lt;/span&gt;&lt;/a&gt; &lt;a href=&quot;https://mastodon.social/@SergoZar&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#5ac480;&quot;&gt;Mastodon&lt;/span&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p style=&quot; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;&quot;&gt;Репозиторій: &lt;a href=&quot;https://notabug.org/SergoZar/numlockmanager&quot;&gt;&lt;span style=&quot; text-decoration: underline; color:#5ac480;&quot;&gt;numlockmanager&lt;/span&gt;&lt;/a&gt; &lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
</property>
<property name="overwriteMode">
<bool>false</bool>
</property>
<property name="openExternalLinks">
<bool>false</bool>
</property>
</widget>
</item>
</layout>
</widget>
</widget>
<resources/>
<connections/>
</ui>