PDA

View Full Version : استفاده از DEV C++ برای برنامه نویسی کیوت



Amir 2010a
یک شنبه 08 تیر 1393, 18:16 عصر
سلام
من به محیط Dev ++C خیلی علاقه دارم چون ساده اس و همه چیز رو از اول خودت مینویسی حداقل برای مدتی که تازه شروع کردی خوبه

آیا کدهای Qt 5.3 رو میشه در این ادیتور نوشت ؟
اگه ممکنه روش انجام تنظیمات مربوطه رو بفرمائید
با تشکر

کامبیز اسدزاده
یک شنبه 08 تیر 1393, 18:20 عصر
سلام
من به محیط Dev ++C خیلی علاقه دارم چون ساده اس و همه چیز رو از اول خودت مینویسی حداقل برای مدتی که تازه شروع کردی خوبه

آیا کدهای Qt 5.3 رو میشه در این ادیتور نوشت ؟
اگه ممکنه روش انجام تنظیمات مربوطه رو بفرمائید
با تشکر

من شخصا با Dev کار نکردم و Qt رو روش ست نکردم ولی فکر میکنم این براتون مفید باشه.



Dev-C++ Free Mingw IDE


1) Download and install Dev-C++ (4.9.9.2), try not to use spaces where ever you install.
2) Use the Qt Template download attachment found at the bottom of this page.


By downloading and extracting the files to your Template folder of Dev-Cpp (ex: C:\Dev-cpp\Templates\). Remember to change all your paths from 4.3.3 to whatever your version is, and whatever your path is (ex: C:\Qt\4.3.3 etc)
3) Create a new project in Qt, and definitely use the Qt tab and click on Qt Icon, name your project, and start it. Doing this will make the template file take effect.
4) You need to add the Qt libraries to your project's directories. Go to Tools->Compiler Options and then the Directories tab. Then in the libraries sub-tab, add the path to the Qt libraries (e.g: C:\Qt\4.3.3\lib).
5) Now you should be able to press Compile and run, and get a running Qt application. If not, you forgot a step, or you didn't set the paths correctly.
6) Also remember to include your QtCore4.dll, QtGui.dll and other related dlls in your project folder to avoid errors.

motherboard
یک شنبه 08 تیر 1393, 19:18 عصر
من فکر می کنم بشه.چون به هرحال از کامپایلر های یکسانی پشتیبانی می کنند و اگه هدرها رو به همراه اون فایل های ابجکت در درون dev کپی کنیم فکر کنم که بشه استفاده کرد.هرچند که ادیتور کیوت خیلی پیشرفته تر از ادیتور dev هستش.

Vitallity
یک شنبه 08 تیر 1393, 19:40 عصر
امکاناتی که Qt creator بهتون میده کاملاً مناسب با محیط Qt هست. به نظرم از کد نوشتن توش از DEV C++ هم ساده تره... حتی فکر این که از DEV C++ برای کدنویسی بعد از دوران دانشجویی استفاده کنید رو از سرتون بیرون کنید.