Russian Qt Forum

Qt => Базы данных => Тема начата: bigirbis от Август 20, 2007, 12:40



Название: Интересная фича QSqlRelation
Отправлено: bigirbis от Август 20, 2007, 12:40
Если в QComboBox запихать модель релейшена (QSqlRelationalTableModel::relationModel()), а потом вызвать слот QComboBox::clear(), то данные в таблице словаря дохнут!
 :D
Причем, Тролли считают, что это норма:
Цитировать
void QComboBox::clear ()  [slot]
Clears the combobox, removing all items.
Note: If you have set an external model on the combobox this model will still be cleared when calling this function.
Цитировать
void QSqlQueryModel::clear ()  [virtual]
Clears the model and releases any acquired resource.