Qt wiki will be updated on October 12th 2023 starting at 11:30 AM (EEST) and the maintenance will last around 2-3 hours. During the maintenance the site will be unavailable.

How to Use QPushButton/fa

From Qt Wiki
Jump to navigation Jump to search
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;}. تنظیم متن