|
|
@ -11,7 +11,7 @@
|
|
|
|
</rect>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>Dialog</string>
|
|
|
|
<string>Details</string>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<layout class="QVBoxLayout" name="verticalLayout">
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
@ -68,7 +68,7 @@
|
|
|
|
<widget class="Latte::Settings::Widget::PatternWidget" name="backPatternWidget" native="true">
|
|
|
|
<widget class="Latte::Settings::Widget::PatternWidget" name="backPatternWidget" native="true">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<width>220</width>
|
|
|
|
<height>60</height>
|
|
|
|
<height>60</height>
|
|
|
|
</size>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -317,7 +317,7 @@
|
|
|
|
<widget class="Latte::Settings::Widget::PatternWidget" name="colorPatternWidget" native="true">
|
|
|
|
<widget class="Latte::Settings::Widget::PatternWidget" name="colorPatternWidget" native="true">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<property name="minimumSize">
|
|
|
|
<size>
|
|
|
|
<size>
|
|
|
|
<width>160</width>
|
|
|
|
<width>220</width>
|
|
|
|
<height>60</height>
|
|
|
|
<height>60</height>
|
|
|
|
</size>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -374,7 +374,7 @@
|
|
|
|
</spacer>
|
|
|
|
</spacer>
|
|
|
|
</item>
|
|
|
|
</item>
|
|
|
|
<item>
|
|
|
|
<item>
|
|
|
|
<widget class="QDialogButtonBox" name="mainButtonBox">
|
|
|
|
<widget class="QDialogButtonBox" name="buttonBox">
|
|
|
|
<property name="orientation">
|
|
|
|
<property name="orientation">
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
<enum>Qt::Horizontal</enum>
|
|
|
|
</property>
|
|
|
|
</property>
|
|
|
@ -396,7 +396,7 @@
|
|
|
|
<resources/>
|
|
|
|
<resources/>
|
|
|
|
<connections>
|
|
|
|
<connections>
|
|
|
|
<connection>
|
|
|
|
<connection>
|
|
|
|
<sender>mainButtonBox</sender>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<signal>accepted()</signal>
|
|
|
|
<receiver>DetailsDialog</receiver>
|
|
|
|
<receiver>DetailsDialog</receiver>
|
|
|
|
<slot>accept()</slot>
|
|
|
|
<slot>accept()</slot>
|
|
|
@ -412,7 +412,7 @@
|
|
|
|
</hints>
|
|
|
|
</hints>
|
|
|
|
</connection>
|
|
|
|
</connection>
|
|
|
|
<connection>
|
|
|
|
<connection>
|
|
|
|
<sender>mainButtonBox</sender>
|
|
|
|
<sender>buttonBox</sender>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<signal>rejected()</signal>
|
|
|
|
<receiver>DetailsDialog</receiver>
|
|
|
|
<receiver>DetailsDialog</receiver>
|
|
|
|
<slot>reject()</slot>
|
|
|
|
<slot>reject()</slot>
|
|
|
|