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
30cb5a97
Commit
30cb5a97
authored
May 11, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed size on qcombobox to handle correctly the style sheet properties
parent
c806f2ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
+4
-0
UBTeacherGuideWidget.cpp
src/gui/UBTeacherGuideWidget.cpp
+4
-0
No files found.
src/gui/UBTeacherGuideWidget.cpp
View file @
30cb5a97
...
...
@@ -707,6 +707,7 @@ UBTeacherGuidePageZeroWidget::UBTeacherGuidePageZeroWidget(QWidget* parent, cons
mpSchoolLevelItemLabel
->
setStyleSheet
(
chapterStyle
);
mpLayout
->
addWidget
(
mpSchoolLevelItemLabel
);
mpSchoolLevelBox
=
new
QComboBox
(
this
);
mpSchoolLevelBox
->
setMinimumHeight
(
22
);
mpSchoolLevelBox
->
setObjectName
(
"DockPaletteWidgetComboBox"
);
connect
(
mpSchoolLevelBox
,
SIGNAL
(
currentIndexChanged
(
QString
)),
this
,
SLOT
(
onSchoolLevelChanged
(
QString
)));
mpLayout
->
addWidget
(
mpSchoolLevelBox
);
...
...
@@ -719,6 +720,7 @@ UBTeacherGuidePageZeroWidget::UBTeacherGuidePageZeroWidget(QWidget* parent, cons
mpSchoolSubjectsItemLabel
->
setStyleSheet
(
chapterStyle
);
mpLayout
->
addWidget
(
mpSchoolSubjectsItemLabel
);
mpSchoolSubjectsBox
=
new
QComboBox
(
this
);
mpSchoolSubjectsBox
->
setMinimumHeight
(
22
);
mpSchoolSubjectsBox
->
setObjectName
(
"DockPaletteWidgetComboBox"
);
mpLayout
->
addWidget
(
mpSchoolSubjectsBox
);
mpSchoolSubjectsValueLabel
=
new
QLabel
(
this
);
...
...
@@ -730,6 +732,7 @@ UBTeacherGuidePageZeroWidget::UBTeacherGuidePageZeroWidget(QWidget* parent, cons
mpSchoolTypeItemLabel
->
setStyleSheet
(
chapterStyle
);
mpLayout
->
addWidget
(
mpSchoolTypeItemLabel
);
mpSchoolTypeBox
=
new
QComboBox
(
this
);
mpSchoolTypeBox
->
setMinimumHeight
(
22
);
mpSchoolTypeBox
->
setObjectName
(
"DockPaletteWidgetComboBox"
);
mpLayout
->
addWidget
(
mpSchoolTypeBox
);
mpSchoolTypeValueLabel
=
new
QLabel
(
this
);
...
...
@@ -746,6 +749,7 @@ UBTeacherGuidePageZeroWidget::UBTeacherGuidePageZeroWidget(QWidget* parent, cons
mpLicenceLabel
->
setStyleSheet
(
chapterStyle
);
mpLayout
->
addWidget
(
mpLicenceLabel
);
mpLicenceBox
=
new
QComboBox
(
this
);
mpLicenceBox
->
setMinimumHeight
(
22
);
mpLicenceBox
->
setObjectName
(
"DockPaletteWidgetComboBox"
);
mpLayout
->
addWidget
(
mpLicenceBox
);
mpLicenceLayout
=
new
QHBoxLayout
(
0
);
...
...
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