LUAEditorFindResults.ui 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LUAEditorFindResults</class>
  4. <widget class="QWidget" name="LUAEditorFindResults">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>400</width>
  10. <height>300</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>LUAEditorFindResults</string>
  15. </property>
  16. <layout class="QHBoxLayout" name="horizontalLayout">
  17. <property name="spacing">
  18. <number>0</number>
  19. </property>
  20. <property name="leftMargin">
  21. <number>0</number>
  22. </property>
  23. <property name="topMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="rightMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="bottomMargin">
  30. <number>0</number>
  31. </property>
  32. <item>
  33. <widget class="LUAEditor::FoldingWidget" name="m_foldingWidget" native="true">
  34. <property name="sizePolicy">
  35. <sizepolicy hsizetype="Fixed" vsizetype="Preferred">
  36. <horstretch>0</horstretch>
  37. <verstretch>0</verstretch>
  38. </sizepolicy>
  39. </property>
  40. <property name="minimumSize">
  41. <size>
  42. <width>15</width>
  43. <height>0</height>
  44. </size>
  45. </property>
  46. <property name="maximumSize">
  47. <size>
  48. <width>15</width>
  49. <height>16777215</height>
  50. </size>
  51. </property>
  52. </widget>
  53. </item>
  54. <item>
  55. <widget class="LUAEditor::LUAEditorPlainTextEdit" name="m_resultsList">
  56. <property name="undoRedoEnabled">
  57. <bool>false</bool>
  58. </property>
  59. <property name="lineWrapMode">
  60. <enum>QPlainTextEdit::NoWrap</enum>
  61. </property>
  62. <property name="readOnly">
  63. <bool>true</bool>
  64. </property>
  65. <property name="tabStopDistance">
  66. <number>10</number>
  67. </property>
  68. </widget>
  69. </item>
  70. </layout>
  71. </widget>
  72. <customwidgets>
  73. <customwidget>
  74. <class>LUAEditor::FoldingWidget</class>
  75. <extends>QWidget</extends>
  76. <header>Source/LUA/LUAEditorFoldingWidget.hxx</header>
  77. <container>1</container>
  78. </customwidget>
  79. <customwidget>
  80. <class>LUAEditor::LUAEditorPlainTextEdit</class>
  81. <extends>QPlainTextEdit</extends>
  82. <header>Source/LUA/LUAEditorPlainTextEdit.hxx</header>
  83. </customwidget>
  84. </customwidgets>
  85. <resources/>
  86. <connections/>
  87. </ui>