FET Forum

FET Support (English) => Get Help => Topic started by: yshah1996 on March 02, 2018, 05:11:07 PM

Title: Doubt
Post by: yshah1996 on March 02, 2018, 05:11:07 PM
If i do not want to use a Qt can i use any other app ?
Title: Re: Doubt
Post by: Liviu Lalescu on March 02, 2018, 05:16:42 PM
The interface is mainly in Qt. The engine uses a few Qt classes, but it is not very easy to get rid of Qt even here. It is possible, but it would take a while.
Title: Re: Doubt
Post by: yshah1996 on March 02, 2018, 05:47:21 PM
How can i change the interface in qt i am actually not able to change it can you please guide me through it.
Title: Re: Doubt
Post by: Volker Dirr on March 02, 2018, 06:07:43 PM
Just as a question before i continue helping: Did you read the AGPL and understood it? I just ask because you sound like a guy that only want to change the name FET into his own name. Sadly i already saw some of those guys; I am tired to help those guys.
Title: Re: Doubt
Post by: yshah1996 on March 03, 2018, 04:03:46 AM
Where is the AGPL?
And I want to try to make the Gui more interactive and user friendly. So i am just trying to do that.
So would be really helpful if you guide me.
Title: Re: Doubt
Post by: Volker Dirr on March 03, 2018, 07:56:27 AM
The AGPL is here:
https://www.gnu.org/licenses/agpl-3.0.de.html

I am always impressed that some guys want to make it more user friendly without knowing how to do it. Guiding you that will might take some years. It will be faster if i know what you want to do, since in that case we only need to explain much less stuff.
Since it look like you never used Qt before I suggest to start with some easy tasks from the Qt examples.
Title: Re: Doubt
Post by: yshah1996 on March 03, 2018, 09:58:29 AM
I am actually making a user friendly timetabling software and since i was using genetic algorithm and it was not so feasible i was in search of finding the codes and if i can get any project available so i got your project and it was very feasible and i loved the way you have designed the whole project so if you can expllain me in short and i just need to generate a timetable and it might not have so many outcomes like yours.
Title: Re: Doubt
Post by: Volker Dirr on March 03, 2018, 10:09:54 AM
If you are searching, than you should read the licenses first. You might not be allowed to do what you want to do. So read always licenses first before starting reading the source.