text-source-toolbar.ui 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  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="Preferred">
  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="windowTitle">
  26. <string notr="true">Form</string>
  27. </property>
  28. <layout class="QHBoxLayout" name="horizontalLayout">
  29. <property name="leftMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="topMargin">
  33. <number>0</number>
  34. </property>
  35. <property name="rightMargin">
  36. <number>0</number>
  37. </property>
  38. <property name="bottomMargin">
  39. <number>0</number>
  40. </property>
  41. <item>
  42. <widget class="QPushButton" name="selectFont">
  43. <property name="minimumSize">
  44. <size>
  45. <width>0</width>
  46. <height>22</height>
  47. </size>
  48. </property>
  49. <property name="text">
  50. <string>Basic.PropertiesWindow.SelectFont</string>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="QPushButton" name="selectColor">
  56. <property name="minimumSize">
  57. <size>
  58. <width>0</width>
  59. <height>22</height>
  60. </size>
  61. </property>
  62. <property name="text">
  63. <string>Basic.PropertiesWindow.SelectColor</string>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="QFrame" name="emptySpace">
  69. <property name="sizePolicy">
  70. <sizepolicy hsizetype="Expanding" vsizetype="Preferred">
  71. <horstretch>0</horstretch>
  72. <verstretch>0</verstretch>
  73. </sizepolicy>
  74. </property>
  75. </widget>
  76. </item>
  77. <item>
  78. <widget class="QLineEdit" name="text">
  79. <property name="minimumSize">
  80. <size>
  81. <width>0</width>
  82. <height>22</height>
  83. </size>
  84. </property>
  85. </widget>
  86. </item>
  87. </layout>
  88. </widget>
  89. <resources/>
  90. <connections/>
  91. </ui>