Add open automatically codelite at the end of the wizard
[bertos.git] / wizard / ui / final_page.ui
index 67c5d6d1fe107b594bd3888faeb65273a52282ac..202de2c6c1a88eac6a5a3c0a22b85d1cabe33240 100644 (file)
@@ -6,40 +6,51 @@
    <rect>
     <x>0</x>
     <y>0</y>
-    <width>400</width>
-    <height>300</height>
+    <width>483</width>
+    <height>206</height>
    </rect>
   </property>
   <property name="windowTitle">
    <string>Form</string>
   </property>
-  <layout class="QHBoxLayout" name="horizontalLayout">
+  <layout class="QVBoxLayout" name="verticalLayout">
    <item>
-    <widget class="QLabel" name="iconLabel">
-     <property name="sizePolicy">
-      <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
-       <horstretch>0</horstretch>
-       <verstretch>0</verstretch>
-      </sizepolicy>
-     </property>
-     <property name="text">
-      <string/>
-     </property>
-     <property name="pixmap">
-      <pixmap resource="../bertos.qrc">:/images/ok.png</pixmap>
-     </property>
-    </widget>
+    <layout class="QHBoxLayout" name="horizontalLayout">
+     <item>
+      <widget class="QLabel" name="iconLabel">
+       <property name="sizePolicy">
+        <sizepolicy hsizetype="Maximum" vsizetype="Maximum">
+         <horstretch>0</horstretch>
+         <verstretch>0</verstretch>
+        </sizepolicy>
+       </property>
+       <property name="text">
+        <string/>
+       </property>
+       <property name="pixmap">
+        <pixmap resource="../bertos.qrc">:/images/ok.png</pixmap>
+       </property>
+      </widget>
+     </item>
+     <item>
+      <widget class="QLabel" name="messageLabel">
+       <property name="frameShadow">
+        <enum>QFrame::Plain</enum>
+       </property>
+       <property name="text">
+        <string>Project created successfully. Now start develop your BeRTOS application!</string>
+       </property>
+       <property name="wordWrap">
+        <bool>true</bool>
+       </property>
+      </widget>
+     </item>
+    </layout>
    </item>
    <item>
-    <widget class="QLabel" name="messageLabel">
-     <property name="frameShadow">
-      <enum>QFrame::Plain</enum>
-     </property>
+    <widget class="QCheckBox" name="codeliteCheck">
      <property name="text">
-      <string>Project created successfully. Now start develop your BeRTOS application!</string>
-     </property>
-     <property name="wordWrap">
-      <bool>true</bool>
+      <string>Start CodeLite automatically</string>
      </property>
     </widget>
    </item>