Replace and remove old methods with newly named ones integrated with layout generated...
[vlp.git] / src / edit / ui / editor.ui
index a669d79a64d92c0b56762e407c6f0371f21d7fa0..cfb03764c7902a9692abdb43449a2a6db1c79766 100644 (file)
     <item>
      <layout class="QVBoxLayout" name="verticalLayout">
       <item>
-       <widget class="QTextEdit" name="editor"/>
+       <widget class="QTextEdit" name="editor">
+        <property name="font">
+         <font>
+          <family>Monospace</family>
+         </font>
+        </property>
+       </widget>
       </item>
       <item>
        <widget class="QTextEdit" name="messages">
+        <property name="sizePolicy">
+         <sizepolicy hsizetype="Expanding" vsizetype="Minimum">
+          <horstretch>0</horstretch>
+          <verstretch>0</verstretch>
+         </sizepolicy>
+        </property>
+        <property name="minimumSize">
+         <size>
+          <width>0</width>
+          <height>0</height>
+         </size>
+        </property>
         <property name="maximumSize">
          <size>
           <width>16777215</width>
-          <height>400</height>
+          <height>16777215</height>
          </size>
         </property>
         <property name="styleSheet">
     <addaction name="separator"/>
     <addaction name="actionFind"/>
     <addaction name="actionFind_Next"/>
+    <addaction name="separator"/>
+    <addaction name="actionPreferences"/>
    </widget>
-   <widget class="QMenu" name="menuCompile">
+   <widget class="QMenu" name="menuBuild">
     <property name="title">
-     <string>Compile</string>
+     <string>Build</string>
     </property>
+    <addaction name="actionCompile"/>
+    <addaction name="actionGen"/>
+    <addaction name="actionCompile_Gen"/>
    </widget>
-   <widget class="QMenu" name="menuProperties">
+   <widget class="QMenu" name="menuLoglan">
+    <property name="enabled">
+     <bool>false</bool>
+    </property>
     <property name="title">
-     <string>Properties</string>
+     <string>Loglan</string>
     </property>
+    <addaction name="actionProgram_structure"/>
+    <addaction name="actionUnit_structure"/>
    </widget>
    <addaction name="menuFile"/>
    <addaction name="menuEdit"/>
-   <addaction name="menuCompile"/>
-   <addaction name="menuProperties"/>
+   <addaction name="menuBuild"/>
+   <addaction name="menuLoglan"/>
   </widget>
   <widget class="QStatusBar" name="statusbar"/>
   <action name="actionNew">
     <string>Ctrl+L</string>
    </property>
   </action>
+  <action name="actionCompile">
+   <property name="text">
+    <string>Compile</string>
+   </property>
+  </action>
+  <action name="actionGen">
+   <property name="text">
+    <string>Gen</string>
+   </property>
+  </action>
+  <action name="actionCompile_Gen">
+   <property name="text">
+    <string>Compile &amp; Gen</string>
+   </property>
+  </action>
+  <action name="actionProgram_structure">
+   <property name="text">
+    <string>Program structure</string>
+   </property>
+  </action>
+  <action name="actionUnit_structure">
+   <property name="text">
+    <string>Unit structure</string>
+   </property>
+  </action>
+  <action name="actionPreferences">
+   <property name="text">
+    <string>Preferences</string>
+   </property>
+  </action>
  </widget>
  <resources/>
  <connections/>