Ошибки в исходной документации |
Здравствуйте, гость ( Вход | Регистрация )
Ошибки в исходной документации |
Litkevich Yuriy |
30.3.2009, 4:21
Сообщение
#31
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
|
|
|
molchanoviv |
30.3.2009, 7:20
Сообщение
#32
|
Старейший участник Группа: Сомодератор Сообщений: 597 Регистрация: 18.7.2008 Из: Саратов Пользователь №: 238 Спасибо сказали: 41 раз(а) Репутация: 5 |
Цитата \tt {Load Image From File...} Это похоже на TeX |
|
|
Litkevich Yuriy |
30.3.2009, 9:15
Сообщение
#33
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
|
|
|
Sokoloff |
7.4.2009, 10:28
Сообщение
#34
|
Участник Группа: Участник Сообщений: 237 Регистрация: 1.4.2009 Из: Москва Пользователь №: 654 Спасибо сказали: 50 раз(а) Репутация: 11 |
Не то что бы ошибка, но на мой взгляд недочет в статье "An Introduction to Model/View Programming".
В главе "Creating New Models" http://www.doc.crossplatform.ru/qt/en/4.5....ing-models.html вначале описывается read-only модель и приведен код:
Далее когда модель переделывают в редактируюмую описывают создание метода setData и изменение flags , но IMHO еще надо описать переделку метода data на что-то типа:
Иначе редактор создается пустым. |
|
|
Litkevich Yuriy |
7.4.2009, 10:47
Сообщение
#35
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
Sokoloff, похоже, что ты прав.
|
|
|
Litkevich Yuriy |
9.4.2009, 12:37
Сообщение
#36
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
Sokoloff, я написал об этом тролям, вот их ответ:
Цитата > in file http://doc.trolltech.com/4.5/model-view-creating-models.html
> > Section: "Making the Model Editable" > > Change of StringListModel::data(...) function is not described. > > In StringListModel::data(...) function need update too. There is need > > add Qt::EditRole. > > For example: > > if (role == Qt::DisplayRole or role == Qt::EditRole) > > Thank you for reporting this. I have created a task for our documentation team so that we can look into this and update the documentation. Have a nice day. |
|
|
alex977 |
7.5.2009, 13:02
Сообщение
#37
|
Активный участник Группа: Участник Сообщений: 310 Регистрация: 19.6.2008 Из: Россия, МО, г.Мытищи Пользователь №: 206 Спасибо сказали: 77 раз(а) Репутация: 8 |
Файл style-reference.html
===================== It can set the following states on the spin box.: It can set the following states on the spin box: ===================== When QMenu receives paint events ,it calculates the size of each menu item and draws them individually with CE_MenuItem When QMenu receives paint events, it calculates the size of each menu item and draws them individually with CE_MenuItem ===================== It is QMainWindowLayout that calculates the bounding rectangles (i.e., position and size of the toolbars and their contents. It is QMainWindowLayout that calculates the bounding rectangles (i.e., position and size of the toolbars and their contents). ===================== (Menu items do not have a separate element for their label (contents), so all drawing is done in CE_MenuItem. (Menu items do not have a separate element for their label (contents), so all drawing is done in CE_MenuItem.) ===================== QStyleOptionFrame is used for drawing the panel frame The lineWidth is set to PM_MenuBarPanelWidth. QStyleOptionFrame is used for drawing the panel frame. The lineWidth is set to PM_MenuBarPanelWidth. ===================== Файл stylesheet-reference.html: The style of the border's right edge/ The style of the border's right edge. ===================== For example, a lone tab in a <a0>QTabBar</a0>. For example, alone tab in a QTabBar. ===================== In addition to the usually supported pseudo states, item subcontrol supports the :selected, :default, :exclusive and the non-exclusive pseudo states. In addition to the usually supported pseudo states, ::item subcontrol supports the :selected, :default, :exclusive and the :non-exclusive pseudo states. ===================== ex: the ex width of the font (i.e., the height of 'x') если должна быть ширина (width), то: ex: the ex width of the font (i.e., the width of 'x') или - если должна быть высота - то: ex: the ex height of the font (i.e., the height of 'x') Сообщение отредактировал alex977 - 7.5.2009, 13:05 |
|
|
Kagami |
29.6.2009, 22:59
Сообщение
#38
|
Старейший участник Группа: Участник Сообщений: 601 Регистрация: 2.2.2009 Пользователь №: 523 Спасибо сказали: 101 раз(а) Репутация: 9 |
graphicsview-diagramscene.html:
Цитата If the line is selected we draw to dotted lines that are parallel with the line of the arrow. Наверно тут имелось в виду two.Цитата Vi reimplement the functions that handle mouse events to make it possible to alter the mouse behavior of QGraphicsTextItem. Vi == We?Цитата DiagramScene uses the signal emitted when the text item looses remove the item if it is empty, i.e., it contains no text. Вот тут вообще мозг сломал. Наверно правильно так: Цитата DiagramScene uses the signal emitted when the text item looses focus to remove the item if it is empty, i.e., it contains no text. Получилось примерно так: "DiagramScene использует сигнал, вырабатываемый когда текст теряет фокус, чтобы удалить текстовый элемент если он пустой, т.е. он не содержит текст"
Сообщение отредактировал Litkevich Yuriy - 30.6.2009, 4:15 |
|
|
Kagami |
30.6.2009, 20:54
Сообщение
#39
|
Старейший участник Группа: Участник Сообщений: 601 Регистрация: 2.2.2009 Пользователь №: 523 Спасибо сказали: 101 раз(а) Репутация: 9 |
qgraphicsitem.html:
Цитата {The Graphics View Coordinate System} describes the coordinate system in detail. Лишние скобки, скорее всего пропущена ссылкаЦитата <a0>keyPressEvent</a0>() and keyReleaseEvent handle key press and release events Пропущена ссылкаЦитата This functionaly is separate from from Qt's regular event filters (see <a0>QObject::installEventFilter</a0>()), which only work on subclasses of <a1>QObject</a1>. Два раза "from".Цитата Do not call <a0>setEnabled</a0>() in <a1>itemChange</a1>() as this notification is delivered. Такое ощущение что вместо "as" больше подходит "if"Цитата This notification is only sent when the item's local position changes, relative to its parent, has changed (i.e., as a result of calling <a0>setPos</a0>() or <a1>moveBy</a1>()). Мне кажется что это слово тут лишнееЦитата Do not call <a0>setSelected</a0>() in <a1>itemChange</a1>() as this notification is delivered(); instead, you can return the new selected state from <a2>itemChange</a2>(). Лишние скобочки. Не говоря о ранее упомянутой проблеме с "as"Ну что, стоит ли написать баг-репорт? Сообщение отредактировал Kagami - 30.6.2009, 20:55 |
|
|
Litkevich Yuriy |
1.7.2009, 5:58
Сообщение
#40
|
разработчик РЭА Группа: Сомодератор Сообщений: 9669 Регистрация: 9.1.2008 Из: Тюмень Пользователь №: 64 Спасибо сказали: 807 раз(а) Репутация: 94 |
Ну что, стоит ли написать баг-репорт? надо удостовериться, что в 4.6 они есть.Если есть, то можно написать сославшись прямо на твоё сообщение в форуме. Поэтому можешь отредактировать своё сообщение добавив коментарий и на онглийском. |
|
|
Текстовая версия | Сейчас: 22.11.2024, 16:12 |