numlockmanager.ui 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>NumLockManager</class>
  4. <widget class="QMainWindow" name="NumLockManager">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>490</width>
  10. <height>170</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Fixed" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="baseSize">
  20. <size>
  21. <width>480</width>
  22. <height>150</height>
  23. </size>
  24. </property>
  25. <property name="font">
  26. <font>
  27. <pointsize>15</pointsize>
  28. </font>
  29. </property>
  30. <property name="windowTitle">
  31. <string>NumLockManager</string>
  32. </property>
  33. <widget class="QWidget" name="centralwidget">
  34. <layout class="QVBoxLayout" name="verticalLayout">
  35. <item>
  36. <widget class="QTextBrowser" name="about">
  37. <property name="minimumSize">
  38. <size>
  39. <width>0</width>
  40. <height>91</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>16777215</width>
  46. <height>151</height>
  47. </size>
  48. </property>
  49. <property name="lineWrapMode">
  50. <enum>QTextEdit::WidgetWidth</enum>
  51. </property>
  52. <property name="html">
  53. <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;
  54. &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;
  55. p, li { white-space: pre-wrap; }
  56. hr { height: 1px; border-width: 0; }
  57. &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;
  58. &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;
  59. &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;
  60. &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;
  61. &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;
  62. &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>
  63. </property>
  64. <property name="overwriteMode">
  65. <bool>false</bool>
  66. </property>
  67. <property name="openExternalLinks">
  68. <bool>false</bool>
  69. </property>
  70. </widget>
  71. </item>
  72. </layout>
  73. </widget>
  74. </widget>
  75. <resources/>
  76. <connections/>
  77. </ui>