Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Donald Haase
Cockatrice
Commits
f0c661a0
Commit
f0c661a0
authored
Jan 18, 2015
by
Matt Lowe
Browse files
Added seperator
Added a separator
parent
54a1a286
Changes
1
Hide whitespace changes
Inline
Side-by-side
cockatrice/src/zoneviewwidget.cpp
View file @
f0c661a0
...
@@ -88,6 +88,13 @@ ZoneViewWidget::ZoneViewWidget(Player *_player, CardZone *_origZone, int numberC
...
@@ -88,6 +88,13 @@ ZoneViewWidget::ZoneViewWidget(Player *_player, CardZone *_origZone, int numberC
sortByTypeProxy
->
setWidget
(
&
sortByTypeCheckBox
);
sortByTypeProxy
->
setWidget
(
&
sortByTypeCheckBox
);
vbox
->
addItem
(
sortByTypeProxy
);
vbox
->
addItem
(
sortByTypeProxy
);
QGraphicsProxyWidget
*
lineProxy
=
new
QGraphicsProxyWidget
;
QFrame
*
line
=
new
QFrame
;
line
->
setFrameShape
(
QFrame
::
HLine
);
line
->
setFrameShadow
(
QFrame
::
Sunken
);
lineProxy
->
setWidget
(
line
);
vbox
->
addItem
(
lineProxy
);
QGraphicsProxyWidget
*
pileViewProxy
=
new
QGraphicsProxyWidget
;
QGraphicsProxyWidget
*
pileViewProxy
=
new
QGraphicsProxyWidget
;
pileViewProxy
->
setWidget
(
&
pileViewCheckBox
);
pileViewProxy
->
setWidget
(
&
pileViewCheckBox
);
vbox
->
addItem
(
pileViewProxy
);
vbox
->
addItem
(
pileViewProxy
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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