How to Use QPushButton/fa: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
No edit summary
(Add "cleanup" tag)
Line 1: Line 1:
{{Cleanup | reason=Auto-imported from ExpressionEngine.}}
h1{direction:rtl;text-align:right;font-family:tahoma;}. توضیح مختصر
h1{direction:rtl;text-align:right;font-family:tahoma;}. توضیح مختصر



Revision as of 15:48, 3 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

h1{direction:rtl;text-align:right;font-family:tahoma;}. توضیح مختصر

p{direction:rtl;text-align:right;font-family:tahoma;}. یکی از کنترل های موجود در محیط توسعه کیوت "QPushButton":http://doc.qt.nokia.com/latest/qpushbutton.htmlاست که در اکثر محیط های برنامه نویسی موجود است QPushButton از کلاس "QAbstractButton":http://doc.qt.nokia.com/4.7/qabstractbutton.html ارث برده که هر دو وارث "QWidget":http://doc.qt.nokia.com/4.7/qwidget.html هستند.

h1{direction:rtl;text-align:right;font-family:tahoma;}. سیگنال ها

h3{direction:rtl;text-align:right;font-family:tahoma;}. ارث بری از QAbstractButton

{text-align:right;font-family:tahoma;}. void clicked ( bool checked = false ) {text-align:right;font-family:tahoma;}. void pressed () {text-align:right;font-family:tahoma;}. void released () {text-align:right;font-family:tahoma;}. void toggled ( bool checked )

h3{direction:rtl;text-align:right;font-family:tahoma;}. ارث بری از QWidget

{text-align:right;font-family:tahoma;}. void customContextMenuRequested ( const QPoint & pos )

h3{direction:rtl;text-align:right;font-family:tahoma;}. ارث بری از QObject

{text-align:right;font-family:tahoma;}. void destroyed ( QObject * obj = 0 )

h2{direction:rtl;text-align:right;font-family:tahoma;}. استفاده ساده

h3{direction:rtl;text-align:right;font-family:tahoma;}. تنظیم متن