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
cc66b585
Commit
cc66b585
authored
Jan 04, 2012
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Bett-2012' of github.com:Sankore/Sankore-3.1 into Bett-2012
parents
df8a8a5e
23f2cef5
Changes
6
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
56 additions
and
158 deletions
+56
-158
duration1.png
resources/images/duration1.png
+0
-0
duration2.png
resources/images/duration2.png
+0
-0
duration3.png
resources/images/duration3.png
+0
-0
sankore.qrc
resources/sankore.qrc
+3
-0
UBTeacherBarWidget.cpp
src/gui/UBTeacherBarWidget.cpp
+46
-147
UBTeacherBarWidget.h
src/gui/UBTeacherBarWidget.h
+7
-11
No files found.
resources/images/duration1.png
0 → 100644
View file @
cc66b585
1.14 KB
resources/images/duration2.png
0 → 100644
View file @
cc66b585
1.15 KB
resources/images/duration3.png
0 → 100644
View file @
cc66b585
1.31 KB
resources/sankore.qrc
View file @
cc66b585
...
...
@@ -338,5 +338,8 @@
<file>images/download_close.png</file>
<file>images/download_open.png</file>
<file>images/tab_mask.png</file>
<file>images/duration1.png</file>
<file>images/duration2.png</file>
<file>images/duration3.png</file>
</qresource>
</RCC>
src/gui/UBTeacherBarWidget.cpp
View file @
cc66b585
This diff is collapsed.
Click to expand it.
src/gui/UBTeacherBarWidget.h
View file @
cc66b585
...
...
@@ -10,7 +10,9 @@ class UBVideoPlayer;
#include <QLabel>
#include <QTextEdit>
#include <QLineEdit>
#include <QComboBox>
#include <QCheckBox>
#include <QTabWidget>
#include <QButtonGroup>
#include "UBDockPaletteWidget.h"
...
...
@@ -85,26 +87,20 @@ private:
QVBoxLayout
*
mpLayout
;
QHBoxLayout
*
mpTitleLayout
;
QHBoxLayout
*
mpPhasisLayout
;
QHBoxLayout
*
mpDurationLayout
;
QHBoxLayout
*
mpEquipmentLayout
;
QHBoxLayout
*
mpActivityLayout
;
QLabel
*
mpTitleLabel
;
QLabel
*
mpPhasisLabel
;
QLabel
*
mpDurationLabel
;
QLabel
*
mpEquipmentLabel
;
QLabel
*
mpActivityLabel
;
QLineEdit
*
mpTitle
;
QLineEdit
*
mpEquipment
;
QComboBox
*
mpPhasis
;
QComboBox
*
mpDuration
;
QComboBox
*
mpActivity
;
UBTeacherStudentAction
*
mpAction1
;
UBTeacherStudentAction
*
mpAction2
;
UBTeacherStudentAction
*
mpAction3
;
UBTeacherBarDropMediaZone
*
mpDropMediaZone
;
QWidget
*
mpContainer
;
QVBoxLayout
*
mpContainerLayout
;
QCheckBox
*
mpDuration1
;
QCheckBox
*
mpDuration2
;
QCheckBox
*
mpDuration3
;
QButtonGroup
*
mpDurationButtons
;
};
#endif // UBTEACHERBARWIDGET_H
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