You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
112 lines
3.0 KiB
112 lines
3.0 KiB
10 months ago
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<ui version="4.0">
|
||
|
<class>MainWindow</class>
|
||
|
<widget class="QMainWindow" name="MainWindow">
|
||
|
<property name="geometry">
|
||
|
<rect>
|
||
|
<x>0</x>
|
||
|
<y>0</y>
|
||
|
<width>462</width>
|
||
|
<height>600</height>
|
||
|
</rect>
|
||
|
</property>
|
||
|
<property name="windowTitle">
|
||
|
<string>Lubuntu Update</string>
|
||
|
</property>
|
||
|
<property name="windowIcon">
|
||
|
<iconset resource="resources.qrc">
|
||
|
<normaloff>:/res/images/update.svg</normaloff>:/res/images/update.svg</iconset>
|
||
|
</property>
|
||
|
<widget class="QWidget" name="centralwidget">
|
||
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||
|
<item>
|
||
|
<widget class="QLabel" name="statLabel">
|
||
|
<property name="text">
|
||
|
<string>0 package(s) will be updated. 0 of these updates are security-related.</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QTreeWidget" name="packageView">
|
||
|
<column>
|
||
|
<property name="text">
|
||
|
<string>Packages</string>
|
||
|
</property>
|
||
|
</column>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QProgressBar" name="progressBar">
|
||
|
<property name="value">
|
||
|
<number>0</number>
|
||
|
</property>
|
||
|
<property name="textVisible">
|
||
|
<bool>false</bool>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPlainTextEdit" name="logView">
|
||
|
<property name="sizePolicy">
|
||
|
<sizepolicy hsizetype="Expanding" vsizetype="Fixed">
|
||
|
<horstretch>0</horstretch>
|
||
|
<verstretch>0</verstretch>
|
||
|
</sizepolicy>
|
||
|
</property>
|
||
|
<property name="maximumSize">
|
||
|
<size>
|
||
|
<width>16777215</width>
|
||
|
<height>100</height>
|
||
|
</size>
|
||
|
</property>
|
||
|
<property name="styleSheet">
|
||
|
<string notr="true">background-color: rgb(0, 0, 0);
|
||
|
color: rgb(255, 255, 255);
|
||
|
font: 9pt "Monospace";</string>
|
||
|
</property>
|
||
|
<property name="readOnly">
|
||
|
<bool>true</bool>
|
||
|
</property>
|
||
|
<property name="plainText">
|
||
|
<string/>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="installButton">
|
||
|
<property name="text">
|
||
|
<string>Install Updates</string>
|
||
|
</property>
|
||
|
<property name="icon">
|
||
|
<iconset resource="resources.qrc">
|
||
|
<normaloff>:/res/images/update.svg</normaloff>:/res/images/update.svg</iconset>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="detailsButton">
|
||
|
<property name="text">
|
||
|
<string>Details</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
<item>
|
||
|
<widget class="QPushButton" name="closeButton">
|
||
|
<property name="text">
|
||
|
<string>Close</string>
|
||
|
</property>
|
||
|
</widget>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</item>
|
||
|
</layout>
|
||
|
</widget>
|
||
|
</widget>
|
||
|
<resources>
|
||
|
<include location="resources.qrc"/>
|
||
|
</resources>
|
||
|
<connections/>
|
||
|
</ui>
|