210 lines
6.0 KiB
XML
210 lines
6.0 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Form</class>
|
|
<widget class="QWidget" name="Form">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>552</width>
|
|
<height>392</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="Preferred">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Form</string>
|
|
</property>
|
|
<widget class="QWidget" name="verticalLayoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>551</width>
|
|
<height>391</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
<item>
|
|
<widget class="QFrame" name="frame_2">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Preferred" vsizetype="MinimumExpanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(239, 240, 241);
|
|
background-color: rgb(255, 255, 255);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Raised</enum>
|
|
</property>
|
|
<widget class="QLabel" name="label_4">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>10</y>
|
|
<width>511</width>
|
|
<height>31</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string><html><head/><body><p><span style=" font-weight:600;">Please, select from the boxes below the components that you want to install or update from network.</span></p></body></html></string>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QGroupBox" name="groupBox">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>10</x>
|
|
<y>50</y>
|
|
<width>531</width>
|
|
<height>331</height>
|
|
</rect>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(239, 240, 241);</string>
|
|
</property>
|
|
<property name="title">
|
|
<string>openmamba installations/updates</string>
|
|
</property>
|
|
<widget class="QCheckBox" name="inst_base">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>40</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>System base packages (recommended)</string>
|
|
</property>
|
|
<property name="checked">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_office">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>70</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Office packages (OpenOffice, ...)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_players">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>100</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Audio and Video players (VLC, kaffeine, ...)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_multimedia_editing">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>130</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Multimedia editing and production (kino, audacity, rosegarden, mixxx, ...)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_internet">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>160</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Internet communication and p2p</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_graphics">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>190</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Graphics software (gimp, digikam, blender, krita)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_virtualization">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>250</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Emulation and virtualization (VirtualBox, wine)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_server">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>280</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Base server packages (Apache, PHP, MariaDB, ...)</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QCheckBox" name="inst_games">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>20</x>
|
|
<y>220</y>
|
|
<width>491</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<property name="text">
|
|
<string>Games (tuxracer, pingus, ksudoku, ...)</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|