C++ Help. Need this setup

Status
Not open for further replies.

nahid5692001

Regular Member
Joined
Aug 30, 2009
Messages
358
Reaction score
121
Hello,

I have open source code and I need to know how to customize it. I need someone to guide me on how to set this up on my PC so i can try to work with it. If I cant do it then ill pay the user to help me.

the code is at:

Code:
http://trac.qutecom.org/

Download the program. Look through the binary. Ill pay someone $15 to help me configure it and help set it up on my laptop. If i cannot seem to code it and make changes ill pay $50 for help. The application is made but it needs to be tailored to me.

Please contact:
aim: nmushfiqur
yahoo: nahid5692001

Thanks
 
anyone can do this? Ill pay more if needed. there are DLL files that need to be edited or something. Im confused and need help.
 
I've had a quick look, being honest if you don't even know where to start the customisations are going be above your skill level.

Not sure if you want to install it? Or change the coding?

First is simple, download the binaries, extract and run.

The second I would highly recommend you make a list of what you need to customise, and then post a project at rentacoder.com

hope this helps.
 
This is for my business. I dont want to know how it works. Its an application. So if your willing to do it, I trust BHW people more than random people on there. Would you be willing to do this task?

Thanks
 
Do you want the app installed?

Or do you want the source code modified?
 
Not installed. I need it modified to fit my business logo and need some things changed. Thats why i wanted help to figure out how to do the modifications. I nee logos changed, buttons changed, etc.

Can you do this or help me set it up?
 
Judging from the name and the information on the website, it looks like it may be built using QT.

I've done some programming with QT and if you need to customize the look and feel you will probably have to search for QStyleSheets or QPaintBrush instances. This is all assuming that it QT4.
 
Yes ive seen the code it is QT. Please I dont want to do this. I want to pay someone to do it. Whoever has experience let me know and contact me:

msn: [email protected]
yahoo: nahid5692001
aim: nmushfiqur
 
I downloaded the source code, the tar ball alone is 50MB. That is a mood killer, but I did a quick browse through of the folders. What you need to change is in resources/css and resources/pics. Just go through all the pictures and replace the ones you don't like with your own.

And for the buttons, if they are styled using the QStyleSheets or if they don't have any styles applied to then, the place to change that is the css folder. QStyleSheets kind of follow the same format as ordinary CSS. Just checkout the official docs at.

Cheers
 
if still available let me know, i will take a look at it...
 
no need. BozoClown was kind enough to steer me the right way.
 
Status
Not open for further replies.
This thread has been auto closed due to the forum's thread age policy. Read more.
Back
Top