PySide PyQt QDataWidgetMapper

时间:2017-02-13 20:51:15

标签: model-view-controller pyqt pyside

我尝试使用QDataWidgetMapper将QtGui.QPlainTextEdit连接到Model。 我没有得到任何错误,只是在TextEdit中没有。 我不明白,我找不到好的示例代码。

这是一些ExampleCode。 我真的希望有人可以帮助我。

.plus

1 个答案:

答案 0 :(得分:2)

您需要在int main(){ int years, months; printf("Enter years "); scanf_s("%d", &years); months = years * 12; printf("Months is %d ", months); do { printf("Month", ); //Month 1,2,3,4........24 up to full amount that was converted from years// } while (); return 0;

中的数据函数中为Qt.EditRole添加条件
ComponentsListModel