Qt Completions for C++
Completion features for Qt with Sublime text
Details
Installs
- Total 13K
- Win 8K
- Mac 2K
- Linux 4K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | Oct 21 | Oct 20 | Oct 19 | Oct 18 | Oct 17 | Oct 16 | Oct 15 | Oct 14 | Oct 13 | Oct 12 | Oct 11 | Oct 10 | Oct 9 | Oct 8 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 3 | 0 | 0 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 2 | 0 | 1 | 0 | 1 | 0 | 0 | 2 | 1 | 1 | 0 | 0 | 1 | 0 | 2 | 0 | 1 | 1 | 1 | 3 | 2 | 0 | 1 | 2 | 2 |
Mac | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 |
Linux | 0 | 0 | 0 | 0 | 0 | 2 | 0 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 1 | 1 | 2 | 2 | 0 | 0 | 0 | 1 | 0 |
Readme
- Source
- raw.githubusercontent.com
Qt Completions for C++
About
A Sublime text package that pops up suggestions for common Qt5 classes and components. It's purpose is to make coding easier and faster without the need for memorizing widget names or methods.
Installation
Important: You need to have
Package Control
installed first on your sublime text which can be found at The Package Contol Website
Using Package Control's Repository
Go to Preferences
–> Package Control
–> Add Repository
–> then type into the textbox https://github.com/tushortz/
After doing this, then go to: Preferences
–> Package Control
–> Install Package
–> then search Qt Completions for C++
and click it.
The package will be installed and ready for use.
Download Manually
- Download the files using the GitHub .zip download option
- Unzip the files
- Copy the folder to your Sublime Text
Packages
directory
How to Use
On a Python file in sublime text, type your desired component name or method and suggestions should follow. Press tab and autocomplete will be made.
Example
Note: All the string with bold below is used to specify which case it should begin with.
Component Usage | Package display | Package Type |
---|---|---|
setMaximumSize | setMaximumSize(); |
Methods |
QtWidgets | #include <QtWidgets> |
Modules |
QLabel | QLabel |
Classes |
QAudio | #include <QAudio> |
Namespaces |
I-QLabel | QLabel* labe = new QLabel(); |
Instances |
Note: You need to use upper case
I-
to get instances completion.Advice: This completion package is meant for Qt for C++ and not C++. You can disable this package if working on C++ alone.
Contributing
All contributions are welcome. You can fork it on Github
License
© 2015 Taiwo Kareem | taiwo.kareem36@gmail.com.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
Acknowledgements
I'd first like to say a very big thank you to God my creator. Without him, this wouldn't be possible.