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
Education
KAlgebra
Commits
225d8c34
Commit
225d8c34
authored
Sep 27, 2011
by
Aleix Pol Gonzalez
🐧
Browse files
Change the last bits to make plugins independent from the backend.
parent
08fdd246
Changes
3
Hide whitespace changes
Inline
Side-by-side
mobile/plugins/widgets/CMakeLists.txt
View file @
225d8c34
install
(
FILES
Button.qml CalcButton.qml CategoryDelegate.qml ConsoleDelegate.qml ExpressionInput.qml Keyboard.qml RealInput.qml ToolTip.qml KAlgebraPage.qml
Button.qml CalcButton.qml CategoryDelegate.qml ConsoleDelegate.qml ExpressionInput.qml
Keyboard.qml RealInput.qml ToolTip.qml SimpleListView.qml
KAlgebraPage.qml KAlgebraMobile.qml
DESTINATION
${
DATA_INSTALL_DIR
}
/kalgebra/plugins/widgets/
)
mobile/plugins/KAlgebraMobile.qml
→
mobile/plugins/
widgets/
KAlgebraMobile.qml
View file @
225d8c34
File moved
mobile/plugins/widgets/SimpleListView.qml
0 → 100644
View file @
225d8c34
import
QtDesktop
0.1
TableView
{
id
:
view
property
alias
role
:
col
.
role
headerVisible
:
false
TableColumn
{
id
:
col
caption
:
"
Value
"
}
}
\ No newline at end of file
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