Here are some pics of my software (only windows for the moment): look at my attached file. So, to resume, I need the help of a C programmer, motivated to help me in my project. Thanks.
Need some help for my software [development]
Started by besoul, Nov 13 2009 11:58 PM
5 replies to this topic
#1 OFFLINE
Posted 13 November 2009 - 11:58 PM
Hey evreyone. I'm asking my question to all guys who know C and C++. I am developping a new little software (really similar to Piriform's ones) in order to manage codecs. But I am not really really professional, so I'm trying to go on slowly. I created all windows of the software (I'm using Qt Studio) but now, I don't know where to modify the C language created by Qt Editor.
Here are some pics of my software (only windows for the moment): look at my attached file. So, to resume, I need the help of a C programmer, motivated to help me in my project. Thanks.
Here are some pics of my software (only windows for the moment): look at my attached file. So, to resume, I need the help of a C programmer, motivated to help me in my project. Thanks.
#2 OFFLINE
Posted 14 November 2009 - 08:43 AM
The .cpp files are C++ code, so if you want to add code, you should open "dialog.cpp".
If you want to change the code QT editor made to create your GUI, I think a right-click on "dialog.ui" will give you an option to view the code.
If you want to change the code QT editor made to create your GUI, I think a right-click on "dialog.ui" will give you an option to view the code.
Piriform French translator
#3 OFFLINE
Posted 14 November 2009 - 11:00 AM
Salut Aethec, je vais parler en français vu que je sais que tu m'avais aidé en français la 1ère fois ^^.
Bon, d'abord merci pour ta réponse. Ensuite je sais que les programmes sont écrits en C++ mais je crois que je me suis mal exprimé la 1ère fois. Ct un peu long à expliquer c'est pour ça
.
Le truc, c'est que j'ai fait les fenêtres avec Qt Editor, ça sans trop de problèmes. C'est juste du déplacement de widgets... Maintenant, je veux modifier le code mais je ne peux pas parce que il semblerait que je n'y ait pas accès (du moins depuis Qt creator directement). Dans Qt creator, j'ai 2 fichiers cpp: main et dialog, comme tu l'as fait remarquer, qui correspondent respectivement à mon "programme principal" et à ma fenêtre, mais ils ne contiennent pas le code permettant de modifier les widgets. (cf attached files). En revanche, lorsque je vais dans le fichier d'enregistrement de mon projet, j'ai bel et bien un un ui_dialog.h que j'ouvre avec WxDev-C++, et qui contient bel et bien le code de la fenêtre.
EN FAIT CA Y EST JE VIENS DE TROUVER!! Il fallait que je fasse "add existing files". Quel c**! Je vais pouvoir essayer de faire mon projet. D'ailleurs j'aurais une proposition à te faire Aethec. Si t'as du temps et de la volonté, ça te dirait pas de m'aider dans mon projet? 2 cerveaux valent mieux qu'un non? (je te rappelle mon but: créer un programme qui gère les filtres (codecs audio et vidéo, rendeurs, multiplexeurs et démultiplexeurs...). Si t'es intéressé, fais-le moi savoir.
Bon, d'abord merci pour ta réponse. Ensuite je sais que les programmes sont écrits en C++ mais je crois que je me suis mal exprimé la 1ère fois. Ct un peu long à expliquer c'est pour ça
Le truc, c'est que j'ai fait les fenêtres avec Qt Editor, ça sans trop de problèmes. C'est juste du déplacement de widgets... Maintenant, je veux modifier le code mais je ne peux pas parce que il semblerait que je n'y ait pas accès (du moins depuis Qt creator directement). Dans Qt creator, j'ai 2 fichiers cpp: main et dialog, comme tu l'as fait remarquer, qui correspondent respectivement à mon "programme principal" et à ma fenêtre, mais ils ne contiennent pas le code permettant de modifier les widgets. (cf attached files). En revanche, lorsque je vais dans le fichier d'enregistrement de mon projet, j'ai bel et bien un un ui_dialog.h que j'ouvre avec WxDev-C++, et qui contient bel et bien le code de la fenêtre.
EN FAIT CA Y EST JE VIENS DE TROUVER!! Il fallait que je fasse "add existing files". Quel c**! Je vais pouvoir essayer de faire mon projet. D'ailleurs j'aurais une proposition à te faire Aethec. Si t'as du temps et de la volonté, ça te dirait pas de m'aider dans mon projet? 2 cerveaux valent mieux qu'un non? (je te rappelle mon but: créer un programme qui gère les filtres (codecs audio et vidéo, rendeurs, multiplexeurs et démultiplexeurs...). Si t'es intéressé, fais-le moi savoir.
Attached Files
#4 OFFLINE
Posted 14 November 2009 - 12:51 PM
As this is an English speaking forum and you seem to speak it quite well, could we keep the thread in English please?
Thanks
Thanks
CCLEANER, RECUVA, DEFRAGGLER AND SPECCY DOCUMENTATION CAN BE FOUND HERE
http://www.piriform.com/docs
http://www.piriform.com/docs
#5 OFFLINE
Posted 14 November 2009 - 01:32 PM
Excuse me Hazelnut! I just spoke french because I know that Aethec is a french guy, so I just explained to him my problem clearly but, while I was writing my answer, I had found the solution to my issue: to modify my ui_dialog file, I had to add a file located into my projet's folder with "add and existing file" (that's why I gave these screenshots). Then, I made him the proposition to work with me on my project. Just to remember: I want to develop a software to manage codecs and filters (I aim to mix many possibilities of existing softwares in only one software, in a way
). You know all I said
#6 OFFLINE
Posted 14 November 2009 - 02:01 PM
Glad to hear you solved the solution to your issue besoul.
Good luck with your software development
Good luck with your software development
CCLEANER, RECUVA, DEFRAGGLER AND SPECCY DOCUMENTATION CAN BE FOUND HERE
http://www.piriform.com/docs
http://www.piriform.com/docs












