How to Use QPushButton/fa: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Convert ExpressionEngine links)
(Decode HTML entity names)
Line 17: Line 17:
h3{direction:rtl;text-align:right;font-family:tahoma;}. ارث بری از QWidget
h3{direction:rtl;text-align:right;font-family:tahoma;}. ارث بری از QWidget


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


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

Revision as of 17:21, 12 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 که در اکثر محیط های برنامه نویسی موجود است QPushButton از کلاس QAbstractButton ارث برده که هر دو وارث QWidget هستند.

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;}. تنظیم متن