Completed the template editing functionality
[biaweb_qt.git] / editor_dialog.ui
index 8a86b7c..e652b6a 100644 (file)
@@ -15,7 +15,7 @@
   </property>
   <layout class="QGridLayout" name="gridLayout">
    <item row="0" column="0">
-    <widget class="QPlainTextEdit" name="template_text">
+    <widget class="QPlainTextEdit" name="text">
      <property name="font">
       <font>
        <family>Monospace</family>
@@ -79,7 +79,7 @@
    </hints>
   </connection>
   <connection>
-   <sender>template_text</sender>
+   <sender>text</sender>
    <signal>textChanged()</signal>
    <receiver>EditorDialog</receiver>
    <slot>onTextChanged()</slot>