Jump to content

Need some help for my software [development]


besoul

Recommended Posts

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. ;)

post-32701-1258156667_thumb.jpg

post-32701-1258156667_thumb.jpg

Link to comment
Share on other sites

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.

Piriform French translator

Link to comment
Share on other sites

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 :P .

 

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. ;)

post-32701-1258196185_thumb.jpg

post-32701-1258196385_thumb.jpg

post-32701-1258196185_thumb.jpg

post-32701-1258196385_thumb.jpg

Link to comment
Share on other sites

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 :lol: ). You know all I said :)

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.