123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778 |
- <?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><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
- <html><head><meta name="qrichtext" content="1" /><meta charset="utf-8" /><style type="text/css">
- p, li { white-space: pre-wrap; }
- hr { height: 1px; border-width: 0; }
- </style></head><body style=" font-family:'Segoe UI'; font-size:15pt; font-weight:400; font-style:normal;">
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Прога для індикації і &quot;фіксації&quot; стану NumLock</p>
- <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>
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Автор: <a href="https://notabug.org/SergoZar"><span style=" text-decoration: underline; color:#5ac480;">SergoZar</span></a></p>
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Контакти: <a href="https://t.me/SergoZarOfficiant"><span style=" text-decoration: underline; color:#5ac480;">Telegram</span></a> <a href="https://social.net.ua/user/SergoZar"><span style=" text-decoration: underline; color:#5ac480;">Pleroma</span></a> <a href="https://mastodon.social/@SergoZar"><span style=" text-decoration: underline; color:#5ac480;">Mastodon</span></a></p>
- <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;">Репозиторій: <a href="https://notabug.org/SergoZar/numlockmanager"><span style=" text-decoration: underline; color:#5ac480;">numlockmanager</span></a> </p></body></html></string>
- </property>
- <property name="overwriteMode">
- <bool>false</bool>
- </property>
- <property name="openExternalLinks">
- <bool>false</bool>
- </property>
- </widget>
- </item>
- </layout>
- </widget>
- </widget>
- <resources/>
- <connections/>
- </ui>
|