syntaxwindow.ui 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>SyntaxWindow</class>
  4. <widget class="QDialog" name="SyntaxWindow">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>119</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Dialog</string>
  15. </property>
  16. <widget class="QPushButton" name="closeButton">
  17. <property name="geometry">
  18. <rect>
  19. <x>10</x>
  20. <y>90</y>
  21. <width>381</width>
  22. <height>21</height>
  23. </rect>
  24. </property>
  25. <property name="text">
  26. <string>Закрыть</string>
  27. </property>
  28. </widget>
  29. <widget class="QTextBrowser" name="textBrowser">
  30. <property name="geometry">
  31. <rect>
  32. <x>10</x>
  33. <y>10</y>
  34. <width>381</width>
  35. <height>71</height>
  36. </rect>
  37. </property>
  38. <property name="html">
  39. <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;
  40. &lt;html&gt;&lt;head&gt;&lt;meta name=&quot;qrichtext&quot; content=&quot;1&quot; /&gt;&lt;style type=&quot;text/css&quot;&gt;
  41. p, li { white-space: pre-wrap; }
  42. &lt;/style&gt;&lt;/head&gt;&lt;body style=&quot; font-family:'Sans Serif'; font-size:9pt; font-weight:400; font-style:normal;&quot;&gt;
  43. &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;span style=&quot; font-size:12pt;&quot;&gt;Syntax: mephi-tasks &amp;lt;redmine-api-key&amp;gt;&lt;/span&gt;&lt;/p&gt;&lt;/body&gt;&lt;/html&gt;</string>
  44. </property>
  45. </widget>
  46. </widget>
  47. <resources/>
  48. <connections/>
  49. </ui>