<?xml version="1.0" encoding="UTF-8"?> <ui version="4.0"> <class>KernelInformationDialog</class> <widget class="QDialog" name="KernelInformationDialog"> <property name="geometry"> <rect> <x>0</x> <y>0</y> <width>650</width> <height>412</height> </rect> </property> <property name="windowTitle"> <string>Information</string> </property> <layout class="QVBoxLayout" name="verticalLayout_2"> <item> <layout class="QHBoxLayout" name="horizontalLayout"> <item> <widget class="QLabel" name="linuxIconShower"> <property name="sizePolicy"> <sizepolicy hsizetype="Fixed" vsizetype="Preferred"> <horstretch>0</horstretch> <verstretch>0</verstretch> </sizepolicy> </property> <property name="text"> <string><html><head/><body><p><img src=":/icon/tux.png"/></p></body></html></string> </property> <property name="alignment"> <set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set> </property> </widget> </item> <item> <layout class="QVBoxLayout" name="verticalLayout"> <item> <widget class="QLabel" name="m_kernelName"> <property name="text"> <string>Kernel Name:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="m_kernelVersion"> <property name="text"> <string>Kernel Version:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="m_kernelAuthor"> <property name="text"> <string>Author:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="m_kernelArch"> <property name="text"> <string>Kernel Architecture:</string> </property> </widget> </item> <item> <spacer name="verticalSpacer_2"> <property name="orientation"> <enum>Qt::Vertical</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>20</width> <height>40</height> </size> </property> </spacer> </item> </layout> </item> </layout> </item> <item> <widget class="QLabel" name="m_PkgName"> <property name="text"> <string>Package Name:</string> </property> <property name="wordWrap"> <bool>true</bool> </property> </widget> </item> <item> <widget class="QLabel" name="m_desTip"> <property name="text"> <string>Description:</string> </property> </widget> </item> <item> <widget class="QTextBrowser" name="m_des"/> </item> <item> <layout class="QHBoxLayout" name="horizontalLayout_2"> <item> <spacer name="horizontalSpacer"> <property name="orientation"> <enum>Qt::Horizontal</enum> </property> <property name="sizeHint" stdset="0"> <size> <width>40</width> <height>20</height> </size> </property> </spacer> </item> <item> <widget class="QPushButton" name="m_reconfigureButton"> <property name="text"> <string>Reconfigure</string> </property> </widget> </item> <item> <widget class="QPushButton" name="m_installButton"> <property name="text"> <string>Install</string> </property> </widget> </item> <item> <widget class="QPushButton" name="m_removeButton"> <property name="text"> <string>Remove</string> </property> </widget> </item> </layout> </item> </layout> </widget> <resources/> <connections/> </ui>