tileos-welcome/build/lib/tileos_welcome/ui/warning.ui

73 lines
1.7 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0">
<class>WarningMessage</class>
<widget class="QDialog" name="WarningMessage">
<property name="geometry">
<rect>
<x>0</x>
<y>0</y>
<width>640</width>
<height>100</height>
</rect>
</property>
<property name="sizePolicy">
<sizepolicy hsizetype="Fixed" vsizetype="Fixed">
<horstretch>0</horstretch>
<verstretch>0</verstretch>
</sizepolicy>
</property>
<property name="minimumSize">
<size>
<width>640</width>
<height>100</height>
</size>
</property>
<property name="maximumSize">
<size>
<width>640</width>
<height>100</height>
</size>
</property>
<property name="windowTitle">
<string/>
</property>
<layout class="QVBoxLayout" name="verticalLayout">
<item>
<widget class="QLabel" name="label">
<property name="text">
<string>Your system is already installed! If you wish to reinstall it, boot from the installation media.</string>
</property>
<property name="wordWrap">
<bool>true</bool>
</property>
</widget>
</item>
<item>
<widget class="QDialogButtonBox" name="buttonBox">
<property name="standardButtons">
<set>QDialogButtonBox::Ok</set>
</property>
</widget>
</item>
</layout>
</widget>
<resources/>
<connections>
<connection>
<sender>buttonBox</sender>
<signal>accepted()</signal>
<receiver>WarningMessage</receiver>
<slot>accept()</slot>
<hints>
<hint type="sourcelabel">
<x>319</x>
<y>78</y>
</hint>
<hint type="destinationlabel">
<x>319</x>
<y>49</y>
</hint>
</hints>
</connection>
</connections>
</ui>