LUAEditorView.ui 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <ui version="4.0">
  3. <class>LUAEditorView</class>
  4. <widget class="QWidget" name="LUAEditorView">
  5. <property name="geometry">
  6. <rect>
  7. <x>0</x>
  8. <y>0</y>
  9. <width>398</width>
  10. <height>336</height>
  11. </rect>
  12. </property>
  13. <property name="windowTitle">
  14. <string>Lua Editor</string>
  15. </property>
  16. <property name="styleSheet">
  17. <string notr="true"/>
  18. </property>
  19. <layout class="QHBoxLayout" name="horizontalLayout" stretch="0,0,0">
  20. <property name="spacing">
  21. <number>0</number>
  22. </property>
  23. <property name="leftMargin">
  24. <number>0</number>
  25. </property>
  26. <property name="topMargin">
  27. <number>0</number>
  28. </property>
  29. <property name="rightMargin">
  30. <number>0</number>
  31. </property>
  32. <property name="bottomMargin">
  33. <number>0</number>
  34. </property>
  35. <item>
  36. <widget class="LUAEditor::LUAEditorBreakpointWidget" name="m_breakpoints" native="true">
  37. <property name="minimumSize">
  38. <size>
  39. <width>45</width>
  40. <height>0</height>
  41. </size>
  42. </property>
  43. <property name="maximumSize">
  44. <size>
  45. <width>45</width>
  46. <height>16777215</height>
  47. </size>
  48. </property>
  49. </widget>
  50. </item>
  51. <item>
  52. <widget class="LUAEditor::FoldingWidget" name="m_folding" native="true">
  53. <property name="minimumSize">
  54. <size>
  55. <width>15</width>
  56. <height>0</height>
  57. </size>
  58. </property>
  59. <property name="maximumSize">
  60. <size>
  61. <width>15</width>
  62. <height>16777215</height>
  63. </size>
  64. </property>
  65. </widget>
  66. </item>
  67. <item>
  68. <widget class="LUAEditor::LUAEditorPlainTextEdit" name="m_luaTextEdit">
  69. <property name="frameShape">
  70. <enum>QFrame::StyledPanel</enum>
  71. </property>
  72. <property name="lineWrapMode">
  73. <enum>QPlainTextEdit::NoWrap</enum>
  74. </property>
  75. <property name="backgroundVisible">
  76. <bool>false</bool>
  77. </property>
  78. </widget>
  79. </item>
  80. </layout>
  81. </widget>
  82. <customwidgets>
  83. <customwidget>
  84. <class>LUAEditor::LUAEditorBreakpointWidget</class>
  85. <extends>QWidget</extends>
  86. <header>Source/LUA/LUAEditorBreakpointWidget.hxx</header>
  87. <container>1</container>
  88. </customwidget>
  89. <customwidget>
  90. <class>LUAEditor::LUAEditorPlainTextEdit</class>
  91. <extends>QPlainTextEdit</extends>
  92. <header>Source/LUA/LUAEditorPlainTextEdit.hxx</header>
  93. </customwidget>
  94. <customwidget>
  95. <class>LUAEditor::FoldingWidget</class>
  96. <extends>QWidget</extends>
  97. <header>LUAEditorFoldingWidget.hxx</header>
  98. <container>1</container>
  99. </customwidget>
  100. </customwidgets>
  101. <resources/>
  102. <connections/>
  103. </ui>