mirror of
https://github.com/overte-org/overte.git
synced 2025-04-25 21:36:12 +02:00
182 lines
4.4 KiB
XML
182 lines
4.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<ui version="4.0">
|
|
<class>Dialog</class>
|
|
<widget class="QDialog" name="Dialog">
|
|
<property name="windowModality">
|
|
<enum>Qt::NonModal</enum>
|
|
</property>
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>750</width>
|
|
<height>300</height>
|
|
</rect>
|
|
</property>
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>Update Required</string>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(255, 255, 255);</string>
|
|
</property>
|
|
<widget class="QFrame" name="frame">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>751</width>
|
|
<height>71</height>
|
|
</rect>
|
|
</property>
|
|
<property name="layoutDirection">
|
|
<enum>Qt::LeftToRight</enum>
|
|
</property>
|
|
<property name="autoFillBackground">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">background-color: rgb(236, 236, 236);</string>
|
|
</property>
|
|
<property name="frameShape">
|
|
<enum>QFrame::StyledPanel</enum>
|
|
</property>
|
|
<property name="frameShadow">
|
|
<enum>QFrame::Plain</enum>
|
|
</property>
|
|
<property name="lineWidth">
|
|
<number>0</number>
|
|
</property>
|
|
<widget class="QLabel" name="updateDialog">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>240</x>
|
|
<y>10</y>
|
|
<width>271</width>
|
|
<height>41</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>36</pointsize>
|
|
<stylestrategy>PreferAntialias</stylestrategy>
|
|
<kerning>false</kerning>
|
|
</font>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true">color: rgb(51, 51, 51);</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Update Required</string>
|
|
</property>
|
|
</widget>
|
|
</widget>
|
|
<widget class="QLabel" name="updateContent">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>100</x>
|
|
<y>110</y>
|
|
<width>561</width>
|
|
<height>61</height>
|
|
</rect>
|
|
</property>
|
|
<property name="font">
|
|
<font>
|
|
<family>Arial</family>
|
|
<pointsize>18</pointsize>
|
|
<weight>50</weight>
|
|
<bold>false</bold>
|
|
</font>
|
|
</property>
|
|
<property name="text">
|
|
<string/>
|
|
</property>
|
|
<property name="wordWrap">
|
|
<bool>true</bool>
|
|
</property>
|
|
</widget>
|
|
<widget class="QWidget" name="layoutWidget">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>360</x>
|
|
<y>240</y>
|
|
<width>364</width>
|
|
<height>40</height>
|
|
</rect>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<item>
|
|
<widget class="QPushButton" name="downloadButton">
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> background-color: #333333;
|
|
border-width: 0;
|
|
border-radius: 9px;
|
|
border-radius: 9px;
|
|
font-family: Arial;
|
|
font-size: 18px;
|
|
font-weight: 100;
|
|
color: #b7b7b7;
|
|
width: 120px;
|
|
height: 40px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Download</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="skipButton">
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> background-color: #333333;
|
|
border-width: 0;
|
|
border-radius: 9px;
|
|
border-radius: 9px;
|
|
font-family: Arial;
|
|
font-size: 18px;
|
|
font-weight: 100;
|
|
color: #b7b7b7;
|
|
width: 120px;
|
|
height: 40px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Skip Version</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
<item>
|
|
<widget class="QPushButton" name="closeButton">
|
|
<property name="cursor">
|
|
<cursorShape>PointingHandCursor</cursorShape>
|
|
</property>
|
|
<property name="styleSheet">
|
|
<string notr="true"> background-color: #333333;
|
|
border-width: 0;
|
|
border-radius: 9px;
|
|
border-radius: 9px;
|
|
font-family: Arial;
|
|
font-size: 18px;
|
|
font-weight: 100;
|
|
color: #b7b7b7;
|
|
width: 120px;
|
|
height: 40px;</string>
|
|
</property>
|
|
<property name="text">
|
|
<string>Close</string>
|
|
</property>
|
|
</widget>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
</widget>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|