Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Richard Lin
SceneChangingFramework
Commits
dfc8d086
Commit
dfc8d086
authored
Jan 15, 2018
by
Richard Lin
Browse files
Modify: Re-Write README
parent
b462f4ad
Changes
2
Hide whitespace changes
Inline
Side-by-side
InstrumentCluster/scenemanager.h
View file @
dfc8d086
...
...
@@ -18,6 +18,7 @@ signals:
void
sceneListChanged
(
void
);
public
slots
:
void
setScene
(
int
i
);
QList
<
QObject
*>
sceneList
(
void
);
QImage
requestImage
(
const
QString
&
id
,
QSize
*
size
,
const
QSize
&
requestedSize
);
...
...
README.md
View file @
dfc8d086
#
Description
#
Brief
Experimental scene changing framework for cluster, with Qt5.10.
# Detail
# Detail
Feature
1.
Scan dynamic scene plugins when start up.
2.
Scene selector, with brief previews.
3.
Dynamic add/remove qt resource collection files.
4.
It will apply to every visual related components, including start-up transitions.
5.
Cluster will store selected scene, and will load it after power on.
1.
Using dynamic link library to store resources, benifit from its protection of code.
2.
Each scene plugin packaged into an individual dll file, easy to distribute.
3.
Cluster will scan scene plugin when start up.
4.
Cluster has a scene selector, with brief previews.
5.
Scene plugin will dynamic add/remove qt resource collection files.
6.
Scene plugin will apply to every visual related components, including start-up transitions.
7.
Cluster will store selected scene, and will load it after power on.
Ghost User
@ghost
·
Dec 14, 2021
9.pdf
[9.pdf](/uploads/7c29dd03423ce6e1ef88d9c640860c77/9.pdf)
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