Описание класса QAbstractButton, Адаптация перевода |
Здравствуйте, гость ( Вход | Регистрация )
Описание класса QAbstractButton, Адаптация перевода |
Admin |
16.1.2008, 16:23
Сообщение
#1
|
Администратор Группа: Администратор Сообщений: 646 Регистрация: 9.10.2007 Из: crossplatform.ru Пользователь №: 1 Спасибо сказали: 17 раз(а) Репутация: 2 |
Описание класса QAbstractButton
http://crossplatform.ru/documentation/qtdo...tractbutton.php Сделано Не переведено только: Цитата autoRepeatDelay : int This property holds the initial delay of auto-repetition. If autoRepeat is enabled, then autoRepeatDelay defines the initial delay in milliseconds before auto-repetition kicks in. This property was introduced in Qt 4.2. Функции доступа: Цитата autoRepeatInterval : int This property holds the interval of auto-repetition. If autoRepeat is enabled, then autoRepeatInterval defines the length of the auto-repetition interval in millisecons. This property was introduced in Qt 4.2. Цитата Calling this function again before the button was released will reset the release timer. Цитата he states of buttons in exclusive button groups are updated before this signal is emitted. This means that slots can act on either the "off" signal or the "on" signal emitted by the buttons in the group whose states have changed.
For example, a slot that reacts to signals emitted by newly checked buttons but which ignores signals from buttons that have been unchecked can be implemented using the following pattern: Button groups can be created using the QButtonGroup class, and updates to the button states monitored with the QButtonGroup::buttonClicked() signal. |
|
|
Litkevich Yuriy |
16.1.2008, 19:12
Сообщение
#2
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
Еще нашел не переведенное из autoRepeat : bool
Написано: Note: If a button is pressed down by a shortcut key, then auto-repeat is enabled and timed by the system and not by this class. The pressed(), released(), and clicked() signals will be emitted like in the normal case. Перевод: Замечание: Если кнопка нажата при помощи комбинации корячих клавиш, то автоповтор разрешен и время управляется системой, а не этим классом. Сигналы pressed(), released(), и clicked() будут посылаться как и обычно. |
|
|
Текстовая версия | Сейчас: 28.1.2025, 10:34 |