text-source-toolbar.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>TextSourceToolbar</class>
  4. <widget class="QWidget" name="TextSourceToolbar">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>726</width>
  10. <height>22</height>
  11. </rect>
  12. </property>
  13. <property name="sizePolicy">
  14. <sizepolicy hsizetype="Preferred" vsizetype="Fixed">
  15. <horstretch>0</horstretch>
  16. <verstretch>0</verstretch>
  17. </sizepolicy>
  18. </property>
  19. <property name="minimumSize">
  20. <size>
  21. <width>0</width>
  22. <height>22</height>
  23. </size>
  24. </property>
  25. <property name="maximumSize">
  26. <size>
  27. <width>16777215</width>
  28. <height>22</height>
  29. </size>
  30. </property>
  31. <property name="windowTitle">
  32. <string notr="true">Form</string>
  33. </property>
  34. <layout class="QHBoxLayout" name="horizontalLayout">
  35. <property name="leftMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="topMargin">
  39. <number>0</number>
  40. </property>
  41. <property name="rightMargin">
  42. <number>0</number>
  43. </property>
  44. <property name="bottomMargin">
  45. <number>0</number>
  46. </property>
  47. <item>
  48. <widget class="QPushButton" name="selectFont">
  49. <property name="minimumSize">
  50. <size>
  51. <width>0</width>
  52. <height>22</height>
  53. </size>
  54. </property>
  55. <property name="maximumSize">
  56. <size>
  57. <width>16777215</width>
  58. <height>22</height>
  59. </size>
  60. </property>
  61. <property name="text">
  62. <string>Basic.PropertiesWindow.SelectFont</string>
  63. </property>
  64. </widget>
  65. </item>
  66. <item>
  67. <widget class="QPushButton" name="selectColor">
  68. <property name="minimumSize">
  69. <size>
  70. <width>0</width>
  71. <height>22</height>
  72. </size>
  73. </property>
  74. <property name="maximumSize">
  75. <size>
  76. <width>16777215</width>
  77. <height>22</height>
  78. </size>
  79. </property>
  80. <property name="text">
  81. <string>Basic.PropertiesWindow.SelectColor</string>
  82. </property>
  83. </widget>
  84. </item>
  85. <item>
  86. <widget class="QWidget" name="emptySpace">
  87. <property name="sizePolicy">
  88. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  89. <horstretch>0</horstretch>
  90. <verstretch>0</verstretch>
  91. </sizepolicy>
  92. </property>
  93. </widget>
  94. </item>
  95. <item>
  96. <widget class="QLineEdit" name="text">
  97. <property name="minimumSize">
  98. <size>
  99. <width>0</width>
  100. <height>22</height>
  101. </size>
  102. </property>
  103. <property name="maximumSize">
  104. <size>
  105. <width>16777215</width>
  106. <height>22</height>
  107. </size>
  108. </property>
  109. </widget>
  110. </item>
  111. </layout>
  112. </widget>
  113. <resources/>
  114. <connections/>
  115. </ui>