0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-11-25 00:18:06 +03:00

Highlighter has been added

This commit is contained in:
Arin Alexander
2017-09-16 16:04:29 +03:00
parent 090477fa68
commit aa66b6a057
9 changed files with 408 additions and 112 deletions

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>ScriptEditor</class>
<widget class="QWidget" name="ScriptEditor">
<class>LimeReport::ScriptEditor</class>
<widget class="QWidget" name="LimeReport::ScriptEditor">
<property name="geometry">
<rect>
<x>0</x>
@@ -52,7 +52,7 @@
<property name="orientation">
<enum>Qt::Horizontal</enum>
</property>
<widget class="TextEditorWithCompleater" name="textEdit">
<widget class="LimeReport::CodeEditor" name="textEdit">
<property name="font">
<font>
<pointsize>12</pointsize>
@@ -129,9 +129,9 @@
</widget>
<customwidgets>
<customwidget>
<class>TextEditorWithCompleater</class>
<class>LimeReport::CodeEditor</class>
<extends>QTextEdit</extends>
<header>lrscripteditor.h</header>
<header>lrcodeeditor.h</header>
</customwidget>
</customwidgets>
<resources/>