Make windows size unchangeable.
--HG-- branch : develop
This commit is contained in:
parent
d3626a5b61
commit
29b36745fe
|
@ -16,6 +16,18 @@
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>393</width>
|
||||||
|
<height>356</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>393</width>
|
||||||
|
<height>356</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="cursor">
|
<property name="cursor">
|
||||||
<cursorShape>ArrowCursor</cursorShape>
|
<cursorShape>ArrowCursor</cursorShape>
|
||||||
</property>
|
</property>
|
||||||
|
@ -35,181 +47,152 @@
|
||||||
<property name="modal">
|
<property name="modal">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
<widget class="QDialogButtonBox" name="buttonBox">
|
<layout class="QVBoxLayout" name="verticalLayout">
|
||||||
<property name="geometry">
|
<item>
|
||||||
<rect>
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
||||||
<x>0</x>
|
<property name="spacing">
|
||||||
<y>320</y>
|
<number>4</number>
|
||||||
<width>401</width>
|
</property>
|
||||||
<height>41</height>
|
<property name="leftMargin">
|
||||||
</rect>
|
<number>0</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="autoFillBackground">
|
<property name="rightMargin">
|
||||||
<bool>true</bool>
|
<number>9</number>
|
||||||
</property>
|
</property>
|
||||||
<property name="orientation">
|
<item>
|
||||||
<enum>Qt::Horizontal</enum>
|
<widget class="QLabel" name="label_appIcon">
|
||||||
</property>
|
<property name="sizePolicy">
|
||||||
<property name="standardButtons">
|
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
||||||
<set>QDialogButtonBox::Ok</set>
|
<horstretch>0</horstretch>
|
||||||
</property>
|
<verstretch>0</verstretch>
|
||||||
<property name="centerButtons">
|
</sizepolicy>
|
||||||
<bool>true</bool>
|
</property>
|
||||||
</property>
|
<property name="text">
|
||||||
</widget>
|
<string/>
|
||||||
<widget class="QWidget" name="horizontalLayoutWidget">
|
</property>
|
||||||
<property name="geometry">
|
<property name="pixmap">
|
||||||
<rect>
|
<pixmap resource="../../share/resources/icon.qrc">:/icon/64x64/icon64x64.png</pixmap>
|
||||||
<x>9</x>
|
</property>
|
||||||
<y>9</y>
|
<property name="alignment">
|
||||||
<width>381</width>
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||||
<height>301</height>
|
</property>
|
||||||
</rect>
|
</widget>
|
||||||
</property>
|
</item>
|
||||||
<layout class="QHBoxLayout" name="horizontalLayout">
|
<item>
|
||||||
<property name="spacing">
|
<layout class="QVBoxLayout" name="verticalLayout_2">
|
||||||
<number>4</number>
|
<item>
|
||||||
</property>
|
<widget class="QLabel" name="label_Valentina_Version">
|
||||||
<property name="leftMargin">
|
<property name="font">
|
||||||
<number>0</number>
|
<font>
|
||||||
</property>
|
<pointsize>15</pointsize>
|
||||||
<property name="rightMargin">
|
<weight>75</weight>
|
||||||
<number>9</number>
|
<bold>true</bold>
|
||||||
</property>
|
</font>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QLabel" name="label_appIcon">
|
<property name="text">
|
||||||
<property name="sizePolicy">
|
<string>Valentina version</string>
|
||||||
<sizepolicy hsizetype="Fixed" vsizetype="Minimum">
|
</property>
|
||||||
<horstretch>0</horstretch>
|
<property name="alignment">
|
||||||
<verstretch>0</verstretch>
|
<set>Qt::AlignCenter</set>
|
||||||
</sizepolicy>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property name="text">
|
</item>
|
||||||
<string/>
|
<item>
|
||||||
</property>
|
<widget class="QPushButton" name="pushButton_Web_Site">
|
||||||
<property name="pixmap">
|
<property name="palette">
|
||||||
<pixmap resource="../../share/resources/icon.qrc">:/icon/64x64/icon64x64.png</pixmap>
|
<palette>
|
||||||
</property>
|
<active>
|
||||||
<property name="alignment">
|
<colorrole role="ButtonText">
|
||||||
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
<brush brushstyle="SolidPattern">
|
||||||
</property>
|
<color alpha="255">
|
||||||
</widget>
|
<red>0</red>
|
||||||
</item>
|
<green>0</green>
|
||||||
<item>
|
<blue>255</blue>
|
||||||
<layout class="QVBoxLayout" name="verticalLayout_2">
|
</color>
|
||||||
<item>
|
</brush>
|
||||||
<widget class="QLabel" name="label_Valentina_Version">
|
</colorrole>
|
||||||
<property name="font">
|
</active>
|
||||||
<font>
|
<inactive>
|
||||||
<pointsize>15</pointsize>
|
<colorrole role="ButtonText">
|
||||||
<weight>75</weight>
|
<brush brushstyle="SolidPattern">
|
||||||
<bold>true</bold>
|
<color alpha="255">
|
||||||
</font>
|
<red>0</red>
|
||||||
</property>
|
<green>0</green>
|
||||||
<property name="text">
|
<blue>255</blue>
|
||||||
<string>Valentina version</string>
|
</color>
|
||||||
</property>
|
</brush>
|
||||||
<property name="alignment">
|
</colorrole>
|
||||||
<set>Qt::AlignCenter</set>
|
</inactive>
|
||||||
</property>
|
<disabled>
|
||||||
</widget>
|
<colorrole role="ButtonText">
|
||||||
</item>
|
<brush brushstyle="SolidPattern">
|
||||||
<item>
|
<color alpha="255">
|
||||||
<widget class="QPushButton" name="pushButton_Web_Site">
|
<red>120</red>
|
||||||
<property name="palette">
|
<green>120</green>
|
||||||
<palette>
|
<blue>120</blue>
|
||||||
<active>
|
</color>
|
||||||
<colorrole role="ButtonText">
|
</brush>
|
||||||
<brush brushstyle="SolidPattern">
|
</colorrole>
|
||||||
<color alpha="255">
|
</disabled>
|
||||||
<red>0</red>
|
</palette>
|
||||||
<green>0</green>
|
</property>
|
||||||
<blue>255</blue>
|
<property name="font">
|
||||||
</color>
|
<font>
|
||||||
</brush>
|
<underline>true</underline>
|
||||||
</colorrole>
|
</font>
|
||||||
</active>
|
</property>
|
||||||
<inactive>
|
<property name="cursor">
|
||||||
<colorrole role="ButtonText">
|
<cursorShape>PointingHandCursor</cursorShape>
|
||||||
<brush brushstyle="SolidPattern">
|
</property>
|
||||||
<color alpha="255">
|
<property name="text">
|
||||||
<red>0</red>
|
<string notr="true">pushButton_Web_Site</string>
|
||||||
<green>0</green>
|
</property>
|
||||||
<blue>255</blue>
|
<property name="autoDefault">
|
||||||
</color>
|
<bool>false</bool>
|
||||||
</brush>
|
</property>
|
||||||
</colorrole>
|
<property name="flat">
|
||||||
</inactive>
|
<bool>true</bool>
|
||||||
<disabled>
|
</property>
|
||||||
<colorrole role="ButtonText">
|
</widget>
|
||||||
<brush brushstyle="SolidPattern">
|
</item>
|
||||||
<color alpha="255">
|
<item>
|
||||||
<red>120</red>
|
<widget class="QLabel" name="label_contrib_label">
|
||||||
<green>120</green>
|
<property name="sizePolicy">
|
||||||
<blue>120</blue>
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
</color>
|
<horstretch>0</horstretch>
|
||||||
</brush>
|
<verstretch>0</verstretch>
|
||||||
</colorrole>
|
</sizepolicy>
|
||||||
</disabled>
|
</property>
|
||||||
</palette>
|
<property name="text">
|
||||||
</property>
|
<string>Contributors</string>
|
||||||
<property name="font">
|
</property>
|
||||||
<font>
|
<property name="indent">
|
||||||
<underline>true</underline>
|
<number>3</number>
|
||||||
</font>
|
</property>
|
||||||
</property>
|
</widget>
|
||||||
<property name="cursor">
|
</item>
|
||||||
<cursorShape>PointingHandCursor</cursorShape>
|
<item>
|
||||||
</property>
|
<widget class="QTextBrowser" name="textBrowser_Contributors">
|
||||||
<property name="text">
|
<property name="sizePolicy">
|
||||||
<string notr="true">pushButton_Web_Site</string>
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
</property>
|
<horstretch>0</horstretch>
|
||||||
<property name="autoDefault">
|
<verstretch>0</verstretch>
|
||||||
<bool>false</bool>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="flat">
|
<property name="verticalScrollBarPolicy">
|
||||||
<bool>true</bool>
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
<property name="horizontalScrollBarPolicy">
|
||||||
</item>
|
<enum>Qt::ScrollBarAlwaysOff</enum>
|
||||||
<item>
|
</property>
|
||||||
<widget class="QLabel" name="label_contrib_label">
|
<property name="sizeAdjustPolicy">
|
||||||
<property name="sizePolicy">
|
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
</property>
|
||||||
<horstretch>0</horstretch>
|
<property name="autoFormatting">
|
||||||
<verstretch>0</verstretch>
|
<set>QTextEdit::AutoNone</set>
|
||||||
</sizepolicy>
|
</property>
|
||||||
</property>
|
<property name="html">
|
||||||
<property name="text">
|
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
||||||
<string>Contributors</string>
|
|
||||||
</property>
|
|
||||||
<property name="indent">
|
|
||||||
<number>3</number>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</item>
|
|
||||||
<item>
|
|
||||||
<widget class="QTextBrowser" name="textBrowser_Contributors">
|
|
||||||
<property name="sizePolicy">
|
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="verticalScrollBarPolicy">
|
|
||||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
||||||
</property>
|
|
||||||
<property name="horizontalScrollBarPolicy">
|
|
||||||
<enum>Qt::ScrollBarAlwaysOff</enum>
|
|
||||||
</property>
|
|
||||||
<property name="sizeAdjustPolicy">
|
|
||||||
<enum>QAbstractScrollArea::AdjustToContentsOnFirstShow</enum>
|
|
||||||
</property>
|
|
||||||
<property name="autoFormatting">
|
|
||||||
<set>QTextEdit::AutoNone</set>
|
|
||||||
</property>
|
|
||||||
<property name="html">
|
|
||||||
<string notr="true"><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd">
|
|
||||||
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
<html><head><meta name="qrichtext" content="1" /><style type="text/css">
|
||||||
p, li { white-space: pre-wrap; }
|
p, li { white-space: pre-wrap; }
|
||||||
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
</style></head><body style=" font-family:'Ubuntu'; font-size:11pt; font-weight:400; font-style:normal;">
|
||||||
|
@ -218,52 +201,69 @@ p, li { white-space: pre-wrap; }
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Roman Telezhinsky Steve Conklin</span></p>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Roman Telezhinsky Steve Conklin</span></p>
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">luzpazB cosina</span></p>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">luzpazB cosina</span></p>
|
||||||
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Christine</span></p></body></html></string>
|
<p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-family:'MS Shell Dlg 2'; font-size:8pt;">Christine</span></p></body></html></string>
|
||||||
</property>
|
</property>
|
||||||
<property name="openLinks">
|
<property name="openLinks">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_Valentina_Built">
|
<widget class="QLabel" name="label_Valentina_Built">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">label_Valentina_Built</string>
|
<string notr="true">label_Valentina_Built</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_QT_Version">
|
<widget class="QLabel" name="label_QT_Version">
|
||||||
<property name="sizePolicy">
|
<property name="sizePolicy">
|
||||||
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
<sizepolicy hsizetype="Preferred" vsizetype="Fixed">
|
||||||
<horstretch>0</horstretch>
|
<horstretch>0</horstretch>
|
||||||
<verstretch>0</verstretch>
|
<verstretch>0</verstretch>
|
||||||
</sizepolicy>
|
</sizepolicy>
|
||||||
</property>
|
</property>
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">label_QT_Version</string>
|
<string notr="true">label_QT_Version</string>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item>
|
<item>
|
||||||
<widget class="QLabel" name="label_Legal_Stuff">
|
<widget class="QLabel" name="label_Legal_Stuff">
|
||||||
<property name="text">
|
<property name="text">
|
||||||
<string notr="true">label_Legal_Stuff</string>
|
<string notr="true">label_Legal_Stuff</string>
|
||||||
</property>
|
</property>
|
||||||
<property name="wordWrap">
|
<property name="wordWrap">
|
||||||
<bool>true</bool>
|
<bool>true</bool>
|
||||||
</property>
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
|
<item>
|
||||||
|
<widget class="QDialogButtonBox" name="buttonBox">
|
||||||
|
<property name="autoFillBackground">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="orientation">
|
||||||
|
<enum>Qt::Horizontal</enum>
|
||||||
|
</property>
|
||||||
|
<property name="standardButtons">
|
||||||
|
<set>QDialogButtonBox::Ok</set>
|
||||||
|
</property>
|
||||||
|
<property name="centerButtons">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="../../share/resources/icon.qrc"/>
|
<include location="../../share/resources/icon.qrc"/>
|
||||||
|
|
|
@ -10,6 +10,18 @@
|
||||||
<height>244</height>
|
<height>244</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>385</width>
|
||||||
|
<height>244</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>385</width>
|
||||||
|
<height>244</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Measurements</string>
|
<string>Measurements</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -13,6 +13,18 @@
|
||||||
<height>145</height>
|
<height>145</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>387</width>
|
||||||
|
<height>145</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>387</width>
|
||||||
|
<height>145</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Broken formula</string>
|
<string>Broken formula</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
|
@ -10,6 +10,18 @@
|
||||||
<height>78</height>
|
<height>78</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="minimumSize">
|
||||||
|
<size>
|
||||||
|
<width>244</width>
|
||||||
|
<height>78</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
<property name="maximumSize">
|
||||||
|
<size>
|
||||||
|
<width>244</width>
|
||||||
|
<height>78</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
<property name="windowTitle">
|
<property name="windowTitle">
|
||||||
<string>Union details</string>
|
<string>Union details</string>
|
||||||
</property>
|
</property>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user