Updated README.md and removed superfluous files
This commit is contained in:
14
.astylerc
14
.astylerc
@@ -1,14 +0,0 @@
|
|||||||
--style=allman
|
|
||||||
|
|
||||||
--indent=force-tab=4
|
|
||||||
|
|
||||||
--align-pointer=type
|
|
||||||
--align-reference=type
|
|
||||||
|
|
||||||
--pad-oper
|
|
||||||
--pad-header
|
|
||||||
--unpad-paren
|
|
||||||
|
|
||||||
--remove-comment-prefix
|
|
||||||
|
|
||||||
--mode=c
|
|
||||||
24
.travis.yml
24
.travis.yml
@@ -1,24 +0,0 @@
|
|||||||
language:
|
|
||||||
- cpp
|
|
||||||
|
|
||||||
compiler:
|
|
||||||
- g++
|
|
||||||
|
|
||||||
addons:
|
|
||||||
apt:
|
|
||||||
sources:
|
|
||||||
- ubuntu-sdk-team
|
|
||||||
packages:
|
|
||||||
- qt5-qmake
|
|
||||||
- qtbase5-dev
|
|
||||||
- qtdeclarative5-dev
|
|
||||||
- libqt5webkit5-dev
|
|
||||||
- libsqlite3-dev
|
|
||||||
|
|
||||||
script:
|
|
||||||
- qmake -qt=qt5 -v
|
|
||||||
- qmake -qt=qt5 -r build.pro
|
|
||||||
- make
|
|
||||||
|
|
||||||
#- sudo apt-get install -qq qtbase5-dev qtdeclarative5-dev libqt5webkit5-dev libsqlite3-dev
|
|
||||||
#- sudo apt-get install -qq qt5-default qttools5-dev-tools
|
|
||||||
Binary file not shown.
BIN
MainWindow.dat
BIN
MainWindow.dat
Binary file not shown.
@@ -36,6 +36,14 @@ a floating widget or from one dock area to another one.
|
|||||||
|
|
||||||

|

|
||||||
|
|
||||||
|
### Perspectives for fast switching of the complete main window layout
|
||||||
|
A perspective defines the set and layout of dock windows views in the main
|
||||||
|
window. You can save the current layout of the dockmanager into a named
|
||||||
|
perspective to make your own custom perspective. Later you can simply
|
||||||
|
select a perspective from the list to quickly switch the complete main
|
||||||
|
window layout.
|
||||||
|
|
||||||
|

|
||||||
|
|
||||||
## Tested Compatible Environments
|
## Tested Compatible Environments
|
||||||
- Windows 10
|
- Windows 10
|
||||||
|
|||||||
BIN
perspectives.png
Normal file
BIN
perspectives.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 26 KiB |
Reference in New Issue
Block a user