我尝试使用QDataWidgetMapper将QtGui.QPlainTextEdit连接到Model。 我没有得到任何错误,只是在TextEdit中没有。 我不明白,我找不到好的示例代码。
这是一些ExampleCode。 我真的希望有人可以帮助我。
.plus
答案 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