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
490b1be9
Commit
490b1be9
authored
Sep 12, 2011
by
shibakaneki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Stylized the page navigator widget
parent
974926e2
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
style.qss
resources/style.qss
+1
-1
UBPageNavigationWidget.cpp
src/gui/UBPageNavigationWidget.cpp
+2
-2
Mask_specification.doc
src/tools/Mask_specification.doc
+0
-0
No files found.
resources/style.qss
View file @
490b1be9
QWidget#DockPaletteWidgetBox
QWidget#DockPaletteWidgetBox
, QWidget#documentNavigator
{
{
background: #EEEEEE;
background: #EEEEEE;
border-radius: 10px;
border-radius: 10px;
...
...
src/gui/UBPageNavigationWidget.cpp
View file @
490b1be9
...
@@ -31,17 +31,17 @@ UBPageNavigationWidget::UBPageNavigationWidget(QWidget *parent, const char *name
...
@@ -31,17 +31,17 @@ UBPageNavigationWidget::UBPageNavigationWidget(QWidget *parent, const char *name
{
{
setObjectName
(
name
);
setObjectName
(
name
);
mName
=
"PageNavigator"
;
mName
=
"PageNavigator"
;
setAttribute
(
Qt
::
WA_StyledBackground
,
true
);
setStyleSheet
(
UBApplication
::
globalStyleSheet
());
mIconToRight
=
QPixmap
(
":images/pages_open.png"
);
mIconToRight
=
QPixmap
(
":images/pages_open.png"
);
mIconToLeft
=
QPixmap
(
":images/pages_close.png"
);
mIconToLeft
=
QPixmap
(
":images/pages_close.png"
);
// Build the gui
// Build the gui
mLayout
=
new
QVBoxLayout
(
this
);
mLayout
=
new
QVBoxLayout
(
this
);
//mLayout->setContentsMargins(customMargin(), customMargin(), 2*border() + customMargin(), customMargin());
setLayout
(
mLayout
);
setLayout
(
mLayout
);
mNavigator
=
new
UBDocumentNavigator
(
this
);
mNavigator
=
new
UBDocumentNavigator
(
this
);
mNavigator
->
setStyleSheet
(
QString
(
"background-color : transparent;"
));
mLayout
->
addWidget
(
mNavigator
,
1
);
mLayout
->
addWidget
(
mNavigator
,
1
);
mHLayout
=
new
QHBoxLayout
();
mHLayout
=
new
QHBoxLayout
();
...
...
src/tools/Mask_specification.doc
deleted
100644 → 0
View file @
974926e2
File deleted
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