Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
d3661633
Commit
d3661633
authored
Mar 04, 2014
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added minimal size for widgets. Splitter childrens are not collapsible
parent
edea89c1
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
196 additions
and
180 deletions
+196
-180
documents.ui
resources/forms/documents.ui
+196
-180
No files found.
resources/forms/documents.ui
View file @
d3661633
...
@@ -40,8 +40,15 @@
...
@@ -40,8 +40,15 @@
<property
name=
"lineWidth"
>
<property
name=
"lineWidth"
>
<number>
0
</number>
<number>
0
</number>
</property>
</property>
<layout
class=
"Q
HBoxLayout"
name=
"horizontalLayout
"
>
<layout
class=
"Q
VBoxLayout"
name=
"verticalLayout_4
"
>
<item>
<item>
<widget
class=
"QSplitter"
name=
"splitter"
>
<property
name=
"orientation"
>
<enum>
Qt::Horizontal
</enum>
</property>
<property
name=
"childrenCollapsible"
>
<bool>
false
</bool>
</property>
<widget
class=
"QFrame"
name=
"topLeftFrame"
>
<widget
class=
"QFrame"
name=
"topLeftFrame"
>
<property
name=
"sizePolicy"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Fixed"
vsizetype=
"Preferred"
>
<sizepolicy
hsizetype=
"Fixed"
vsizetype=
"Preferred"
>
...
@@ -65,11 +72,17 @@
...
@@ -65,11 +72,17 @@
<item>
<item>
<widget
class=
"UBDocumentTreeWidget"
name=
"documentTreeWidget"
>
<widget
class=
"UBDocumentTreeWidget"
name=
"documentTreeWidget"
>
<property
name=
"sizePolicy"
>
<property
name=
"sizePolicy"
>
<sizepolicy
hsizetype=
"Maximum
"
vsizetype=
"Expanding"
>
<sizepolicy
hsizetype=
"Expanding
"
vsizetype=
"Expanding"
>
<horstretch>
0
</horstretch>
<horstretch>
0
</horstretch>
<verstretch>
0
</verstretch>
<verstretch>
0
</verstretch>
</sizepolicy>
</sizepolicy>
</property>
</property>
<property
name=
"minimumSize"
>
<size>
<width>
250
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"styleSheet"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
/>
<string
notr=
"true"
/>
</property>
</property>
...
@@ -103,8 +116,6 @@
...
@@ -103,8 +116,6 @@
</item>
</item>
</layout>
</layout>
</widget>
</widget>
</item>
<item>
<widget
class=
"QWidget"
name=
"topRightFrame"
native=
"true"
>
<widget
class=
"QWidget"
name=
"topRightFrame"
native=
"true"
>
<property
name=
"styleSheet"
>
<property
name=
"styleSheet"
>
<string
notr=
"true"
/>
<string
notr=
"true"
/>
...
@@ -115,6 +126,12 @@
...
@@ -115,6 +126,12 @@
</property>
</property>
<item>
<item>
<widget
class=
"UBDocumentThumbnailWidget"
name=
"thumbnailWidget"
>
<widget
class=
"UBDocumentThumbnailWidget"
name=
"thumbnailWidget"
>
<property
name=
"minimumSize"
>
<size>
<width>
250
</width>
<height>
0
</height>
</size>
</property>
<property
name=
"contextMenuPolicy"
>
<property
name=
"contextMenuPolicy"
>
<enum>
Qt::NoContextMenu
</enum>
<enum>
Qt::NoContextMenu
</enum>
</property>
</property>
...
@@ -224,6 +241,7 @@
...
@@ -224,6 +241,7 @@
</item>
</item>
</layout>
</layout>
</widget>
</widget>
</widget>
</item>
</item>
</layout>
</layout>
</widget>
</widget>
...
@@ -243,8 +261,6 @@
...
@@ -243,8 +261,6 @@
<header>
gui/UBDocumentTreeWidget.h
</header>
<header>
gui/UBDocumentTreeWidget.h
</header>
</customwidget>
</customwidget>
</customwidgets>
</customwidgets>
<resources>
<resources/>
<include
location=
"../OpenBoard.qrc"
/>
</resources>
<connections/>
<connections/>
</ui>
</ui>
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment