mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-25 09:29:23 -04:00
Corrected expanding widget issue.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@567 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
9f64df3f20
commit
a904284bd6
@ -5,28 +5,16 @@
|
|||||||
<rect>
|
<rect>
|
||||||
<x>0</x>
|
<x>0</x>
|
||||||
<y>0</y>
|
<y>0</y>
|
||||||
<width>790</width>
|
<width>740</width>
|
||||||
<height>492</height>
|
<height>540</height>
|
||||||
</rect>
|
</rect>
|
||||||
</property>
|
</property>
|
||||||
<property name="windowTitle" >
|
<property name="windowTitle" >
|
||||||
<string>Form</string>
|
<string>Form</string>
|
||||||
</property>
|
</property>
|
||||||
|
<layout class="QGridLayout" >
|
||||||
|
<item row="0" column="0" >
|
||||||
<widget class="QTabWidget" name="tab_calendar" >
|
<widget class="QTabWidget" name="tab_calendar" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>10</x>
|
|
||||||
<y>10</y>
|
|
||||||
<width>771</width>
|
|
||||||
<height>469</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="sizePolicy" >
|
|
||||||
<sizepolicy vsizetype="Maximum" hsizetype="Maximum" >
|
|
||||||
<horstretch>0</horstretch>
|
|
||||||
<verstretch>0</verstretch>
|
|
||||||
</sizepolicy>
|
|
||||||
</property>
|
|
||||||
<property name="tabShape" >
|
<property name="tabShape" >
|
||||||
<enum>QTabWidget::Rounded</enum>
|
<enum>QTabWidget::Rounded</enum>
|
||||||
</property>
|
</property>
|
||||||
@ -40,15 +28,8 @@
|
|||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
<string>Local Calendars</string>
|
<string>Local Calendars</string>
|
||||||
</attribute>
|
</attribute>
|
||||||
<widget class="QWidget" name="gridLayoutWidget_2" >
|
<layout class="QGridLayout" >
|
||||||
<property name="geometry" >
|
<item rowspan="3" row="0" column="0" >
|
||||||
<rect>
|
|
||||||
<x>9</x>
|
|
||||||
<y>9</y>
|
|
||||||
<width>201</width>
|
|
||||||
<height>421</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" >
|
||||||
<property name="sizeConstraint" >
|
<property name="sizeConstraint" >
|
||||||
<enum>QLayout::SetMaximumSize</enum>
|
<enum>QLayout::SetMaximumSize</enum>
|
||||||
@ -67,19 +48,37 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="1" column="0" >
|
<item row="1" column="0" >
|
||||||
<widget class="QListWidget" name="lst_calList" />
|
<widget class="QListWidget" name="lst_calList" >
|
||||||
|
<property name="sizePolicy" >
|
||||||
|
<sizepolicy vsizetype="Expanding" hsizetype="Fixed" >
|
||||||
|
<horstretch>0</horstretch>
|
||||||
|
<verstretch>0</verstretch>
|
||||||
|
</sizepolicy>
|
||||||
|
</property>
|
||||||
|
<property name="minimumSize" >
|
||||||
|
<size>
|
||||||
|
<width>289</width>
|
||||||
|
<height>0</height>
|
||||||
|
</size>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
<widget class="QWidget" name="formLayoutWidget" >
|
<item row="0" column="1" >
|
||||||
<property name="geometry" >
|
<widget class="QLabel" name="lbl_calDetail" >
|
||||||
<rect>
|
<property name="font" >
|
||||||
<x>220</x>
|
<font>
|
||||||
<y>70</y>
|
<weight>75</weight>
|
||||||
<width>540</width>
|
<bold>true</bold>
|
||||||
<height>301</height>
|
</font>
|
||||||
</rect>
|
|
||||||
</property>
|
</property>
|
||||||
|
<property name="text" >
|
||||||
|
<string>Share Details</string>
|
||||||
|
</property>
|
||||||
|
</widget>
|
||||||
|
</item>
|
||||||
|
<item row="1" column="1" >
|
||||||
<layout class="QGridLayout" >
|
<layout class="QGridLayout" >
|
||||||
<property name="sizeConstraint" >
|
<property name="sizeConstraint" >
|
||||||
<enum>QLayout::SetMaximumSize</enum>
|
<enum>QLayout::SetMaximumSize</enum>
|
||||||
@ -187,6 +186,9 @@
|
|||||||
<property name="text" >
|
<property name="text" >
|
||||||
<string>Allow List:</string>
|
<string>Allow List:</string>
|
||||||
</property>
|
</property>
|
||||||
|
<property name="alignment" >
|
||||||
|
<set>Qt::AlignLeading|Qt::AlignLeft|Qt::AlignTop</set>
|
||||||
|
</property>
|
||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
<item row="3" column="1" >
|
<item row="3" column="1" >
|
||||||
@ -199,16 +201,8 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
<widget class="QWidget" name="horizontalLayoutWidget" >
|
<item row="2" column="1" >
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>220</x>
|
|
||||||
<y>372</y>
|
|
||||||
<width>540</width>
|
|
||||||
<height>33</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<layout class="QHBoxLayout" >
|
<layout class="QHBoxLayout" >
|
||||||
<property name="sizeConstraint" >
|
<property name="sizeConstraint" >
|
||||||
<enum>QLayout::SetMaximumSize</enum>
|
<enum>QLayout::SetMaximumSize</enum>
|
||||||
@ -241,26 +235,8 @@
|
|||||||
</widget>
|
</widget>
|
||||||
</item>
|
</item>
|
||||||
</layout>
|
</layout>
|
||||||
</widget>
|
</item>
|
||||||
<widget class="QLabel" name="lbl_calDetail" >
|
</layout>
|
||||||
<property name="geometry" >
|
|
||||||
<rect>
|
|
||||||
<x>220</x>
|
|
||||||
<y>51</y>
|
|
||||||
<width>121</width>
|
|
||||||
<height>21</height>
|
|
||||||
</rect>
|
|
||||||
</property>
|
|
||||||
<property name="font" >
|
|
||||||
<font>
|
|
||||||
<weight>75</weight>
|
|
||||||
<bold>true</bold>
|
|
||||||
</font>
|
|
||||||
</property>
|
|
||||||
<property name="text" >
|
|
||||||
<string>Share Details</string>
|
|
||||||
</property>
|
|
||||||
</widget>
|
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QWidget" name="peerCal" >
|
<widget class="QWidget" name="peerCal" >
|
||||||
<attribute name="title" >
|
<attribute name="title" >
|
||||||
@ -268,6 +244,8 @@
|
|||||||
</attribute>
|
</attribute>
|
||||||
</widget>
|
</widget>
|
||||||
</widget>
|
</widget>
|
||||||
|
</item>
|
||||||
|
</layout>
|
||||||
</widget>
|
</widget>
|
||||||
<resources>
|
<resources>
|
||||||
<include location="images.qrc" />
|
<include location="images.qrc" />
|
||||||
|
Loading…
x
Reference in New Issue
Block a user