File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -823,7 +823,7 @@ QVariant QAbstractItemView::inputMethodQuery(Qt::InputMethodQuery query) const
823
823
deleted. QAbstractItemView does not take ownership of \a delegate.
824
824
825
825
\note If a delegate has been assigned to both a row and a column, the row
826
- delegate (i.e., this delegate) will take presedence and manage the
826
+ delegate (i.e., this delegate) will take precedence and manage the
827
827
intersecting cell index.
828
828
829
829
\warning You should not share the same instance of a delegate between views.
@@ -881,7 +881,7 @@ QAbstractItemDelegate *QAbstractItemView::itemDelegateForRow(int row) const
881
881
deleted. QAbstractItemView does not take ownership of \a delegate.
882
882
883
883
\note If a delegate has been assigned to both a row and a column, the row
884
- delegate will take presedence and manage the intersecting cell index.
884
+ delegate will take precedence and manage the intersecting cell index.
885
885
886
886
\warning You should not share the same instance of a delegate between views.
887
887
Doing so can cause incorrect or unintuitive editing behavior since each
Original file line number Diff line number Diff line change @@ -1130,7 +1130,7 @@ Qt::ItemFlags QStandardItem::flags() const
1130
1130
meaning that the user can interact with the item; if \a enabled is false, the
1131
1131
user cannot interact with the item.
1132
1132
1133
- This flag takes presedence over the other item flags; e.g. if an item is not
1133
+ This flag takes precedence over the other item flags; e.g. if an item is not
1134
1134
enabled, it cannot be selected by the user, even if the Qt::ItemIsSelectable
1135
1135
flag has been set.
1136
1136
You can’t perform that action at this time.
0 commit comments