Use checkbox instead of radiobutton in the output page
[bertos.git] / wizard / ui / output_select.ui
index c866c3ed5cfb0bad56bce4ac75785c8bbf2ea96e..22ac30ee5a0505e6c7cc5205fcf8b9e1f27c1ad4 100644 (file)
      </property>
      <layout class="QVBoxLayout" name="verticalLayout" >
       <item>
-       <widget class="QRadioButton" name="bbsButton" >
+       <widget class="QCheckBox" name="standardCheckBox" >
+        <property name="enabled" >
+         <bool>false</bool>
+        </property>
         <property name="text" >
          <string>BeRTOS build system</string>
         </property>
+        <property name="checkable" >
+         <bool>true</bool>
+        </property>
+        <property name="checked" >
+         <bool>true</bool>
+        </property>
        </widget>
       </item>
       <item>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_2" >
       <item>
-       <widget class="QRadioButton" name="eclipseButton" >
-        <property name="enabled" >
-         <bool>false</bool>
-        </property>
+       <widget class="QCheckBox" name="eclipseCheckBox" >
         <property name="text" >
          <string>Eclipse project</string>
         </property>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_3" >
       <item>
-       <widget class="QRadioButton" name="xcodeButton" >
-        <property name="enabled" >
-         <bool>false</bool>
-        </property>
+       <widget class="QCheckBox" name="xcodeCheckBox" >
         <property name="text" >
          <string>XCode project</string>
         </property>
    <item>
     <widget class="QFrame" name="frame_4" >
      <property name="enabled" >
-      <bool>false</bool>
+      <bool>true</bool>
      </property>
      <property name="frameShape" >
       <enum>QFrame::StyledPanel</enum>
      </property>
      <layout class="QVBoxLayout" name="verticalLayout_4" >
       <item>
-       <widget class="QRadioButton" name="codeliteButton" >
-        <property name="enabled" >
-         <bool>false</bool>
-        </property>
+       <widget class="QCheckBox" name="codeliteCheckBox" >
         <property name="text" >
          <string>CodeLite project</string>
         </property>