mirror of
https://github.com/brmlab/brmbar.git
synced 2025-06-09 05:44:06 +02:00
Brmbar v3: Support for simple GUI
All the CLI functionality implemented in the GUI.
This commit is contained in:
parent
049271118d
commit
e428d28e20
15 changed files with 973 additions and 2 deletions
20
brmbar3/brmbar-gui-qt4/brmbar-gui-qt4.qmlproject
Normal file
20
brmbar3/brmbar-gui-qt4/brmbar-gui-qt4.qmlproject
Normal file
|
@ -0,0 +1,20 @@
|
|||
/* File generated by Qt Creator, version 2.5.0 */
|
||||
|
||||
import QmlProject 1.1
|
||||
|
||||
Project {
|
||||
mainFile: "brmbar-gui-qt4.qml"
|
||||
|
||||
/* Include .qml, .js, and image files from current directory and subdirectories */
|
||||
QmlFiles {
|
||||
directory: "."
|
||||
}
|
||||
JavaScriptFiles {
|
||||
directory: "."
|
||||
}
|
||||
ImageFiles {
|
||||
directory: "."
|
||||
}
|
||||
/* List of plugin directories passed to QML runtime */
|
||||
// importPaths: [ "../exampleplugin" ]
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue