Archived:Aplicação em tela cheia, em Qt
m (small pt_bt fixes) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Bot update - Fix links) |
||
| (10 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | {{ | + | {{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.}} |
| − | | | + | [[Category:Lang-Portuguese]][[Category:Qt C++ UI]][[Category:MeeGo Harmattan]][[Category:Symbian]] |
| − | | | + | {{ArticleMetaData <!-- v1.2 --> |
| + | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| + | |installfile= <!-- Link to installation file (e.g. [[Media:The Installation File.sis]]) --> | ||
|devices= Emulator | |devices= Emulator | ||
| − | | | + | |sdk= Qt 4.5 |
| − | | | + | |platform= S60 3rd Edition FP1, S60 3rd Edition FP2, S60 5th Edition, |
| − | | | + | |devicecompatability= <!-- Compatible devices (e.g.: All* (must have GPS) ) --> |
| − | |keywords=QWidget | + | |dependencies= <!-- Any other/external dependencies e.g.: Google Maps Api v1.0 --> |
| + | |signing= <!-- Empty or one of Self-Signed, DevCert, Manufacturer --> | ||
| + | |capabilities= <!-- Capabilities required by the article/code example (e.g. Location, NetworkServices. --> | ||
| + | |keywords= QWidget | ||
| + | |language= Lang-Portuguese | ||
| + | |translated-by= <!-- [[User:XXXX]] --> | ||
| + | |translated-from-title= <!-- Title only --> | ||
| + | |translated-from-id= <!-- Id of translated revision --> | ||
| + | |review-by= <!-- After re-review: [[User:username]] --> | ||
| + | |review-timestamp= <!-- After re-review: YYYYMMDD --> | ||
| + | |update-by= <!-- After significant update: [[User:username]]--> | ||
| + | |update-timestamp= <!-- After significant update: YYYYMMDD --> | ||
| + | |creationdate= 20090830 | ||
| + | |author= [[User:Cabezonxdg]] | ||
}} | }} | ||
| − | + | ||
| − | A função | + | A função {{Qapiname|QWidget::showFullScreen()}} é utilizada para exibir [[Archived: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. |
[[File:Appnormalscrqt.PNG|center]] | [[File:Appnormalscrqt.PNG|center]] | ||
| Line 17: | Line 32: | ||
<div align='center'>'''Aplicação em tela cheia'''</div> | <div align='center'>'''Aplicação em tela cheia'''</div> | ||
| − | '''Nota''': Este método funciona apenas em ''widgets'' que são [http://doc.trolltech.com/4.5/qwidget.html#isWindow janela]. Ou seja, ''widgets'' que não são filhos de outros widgets ([[Widgets em Qt | + | '''Nota''': Este método funciona apenas em ''widgets'' que são [http://doc.trolltech.com/4.5/qwidget.html#isWindow janela]. Ou seja, ''widgets'' que não são filhos de outros widgets ([[Archived: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. | '''Nota2:''' Esta função possue algumas incompatibilidades com o servidor X. Consultar a referência da função para maiores informações. | ||
| − | |||
| − | |||
| − | |||
Latest revision as of 01:12, 29 June 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 29 Jun 2012
A função QWidget::showFullScreen() é utilizada para exibir Archived: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 (Archived: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.

