Archived:Aplicação em tela cheia, em Qt
hamishwillee
(Talk | contribs) m (Hamishwillee - Tidy wiki text) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix ArticleMetaData and other issues) |
||
| Line 1: | Line 1: | ||
| − | [[Category:Lang-Portuguese]][[Category: | + | [[Category:Lang-Portuguese]][[Category:Qt C++ UI]][[Category:MeeGo]][[Category:Symbian]] |
{{Archived|language=Lang-Portuguese|timestamp=20120216045353|user=[[User:Hamishwillee|<br />----]]|[[:Category:Qt Quick|Qt Quick]] should be used for all UI development on mobile devices. The approach described in this article (based on {{Qapiname|QWidget}}) is deprecated.}} | {{Archived|language=Lang-Portuguese|timestamp=20120216045353|user=[[User:Hamishwillee|<br />----]]|[[:Category:Qt Quick|Qt Quick]] should be used for all UI development on mobile devices. The approach described in this article (based on {{Qapiname|QWidget}}) is deprecated.}} | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
| Line 6: | Line 6: | ||
|devices= Emulator | |devices= Emulator | ||
|sdk= Qt 4.5 | |sdk= Qt 4.5 | ||
| − | |platform= S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, | + | |platform= S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, |
|devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> | ||
|dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> | ||
Revision as of 06:44, 2 March 2012
Aquivado: Este artigo foi arquivado, pois o conteúdo não é mais considerado relevante para se criar soluções comerciais atuais. Se você achar que este artigo ainda é importante, inclua o template {{ForArchiveReview|escreva a sua justificativa}}.
Qt Quick should be used for all UI development on mobile devices. The approach described in this article (based on QWidget) is deprecated.
Qt Quick should be used for all UI development on mobile devices. The approach described in this article (based on QWidget) is deprecated.
Dados do artigo
Testado com
SDK: Qt 4.5
Aparelho(s): Emulator
Compatibilidade
Plataforma(s): S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition,
Artigo
Palavras-chave: QWidget
Criado por cabezonxdg
em 30 Aug 2009
Última alteração feita por hamishwillee
em 02 Mar 2012
A função QWidget::showFullScreen() é utilizada para exibir Widgets, em Qt em tela cheia. Ao chamar esta função no widget que representa a janela de sua aplicação esta será exibida em tela cheia.
Aplicação utilizando o tamanho de tela padrão
Aplicação em tela cheia
Nota: Este método funciona apenas em widgets que são janela. Ou seja, widgets que não são filhos de outros widgets (Widgets, em Qt).
Nota2: Esta função possue algumas incompatibilidades com o servidor X. Consultar a referência da função para maiores informações.

