krsmichael
Software Engineer
 
Registration Date: 27.04.2005
Posts: 30
Location: California
Level: 21 [?]
Experience: 33,446
Next Level: 38,246
 |
|
| Visual Studio Integration Example - Paid |
 |
I am willing to pay, from my own pocket for someone to develop this for me. The end result will be published here and at QTCentre as an example for others.
Visual Studio Integration Demo exersizing menus, a tool window and an editor window using Trolltech's QT 4.2.3 and specifically their ActiveQT implementation. You are going to need your own commercial license for QT as the open source version does not contain ActiveQT.
The Visual Studio Package must be written in C++. Do not use C# to call QT ActiveX controls.
The menu should do:
1) Bring up an independant window developed using a QT ui form. The form should have a ListWidget. Populate the list with strings. When the user selects a string, insert that string into the active document at the current cursor locatation.
2) Show and hide the Tool Window
3) Inject text into a cpp document window at the cursor location in the active document window.
4) Create a new document and add it to the VS Project
The tool window should do:
1) Add a couple of buttons to the tool window.
2) The tool window should be a QT ui form if possible.
3) Clicking the button will insert text in the active document at the current cursor location. The text can say "Button 1", "Button 2"
The editor windows should:
1) be a QT ui form.
In addition, it would be nice if there was code that shows how to enumerate the files in the project and the active documents that are open.
The code should be commented in English.
This code will be published here at QTForum so that others may benefit from your work.
It would be nice if you wrote an article about the code and how it works.
You will get paid and credit for this work.
|
|