17 Temmuz 2018 Salı

Qt Translator Kullanımı ve Linguist

*Uygulamamıza çeviri desteği ekleme için ilk olarak Qt Komut satırını açıyoruz ve projemizi ana dizinine geliyoruz cd C:\Users\slymn\Documents\GitHub\D_Player * çeviri dosyamızı oluşturmak için ise komutumu yazıyoruz . lupdate -pro QDtsis_Plyer.pro turkish.ts *Başlattan Qt Linguist...
Share:

16 Temmuz 2018 Pazartesi

Video ile Genel Bilgiler

Frame Rate :  Saniyede geçen kare sayısı   12 Fps, 24 Fps ,6Fps BitRate : Geçen karenin boyutu Resolution : Çözünürlük                    d1 (704 x 576)                   ciff(352x288)                    VGA(640x480)    ...
Share:

5 Temmuz 2018 Perşembe

Play gif and movie with qt

#include //.h QMovie *movie; // .cpp movie = new QMovie; movie->setFileName("gif"); ui->mv_lbl->setMovie(movie); movie->setScaledSize(QSize(100,40)); movie->start(); movie->stop(); ...
Share: