Quote:
Oh! While I'm here, I also have another question. How can I make a table with two columns, the first which acts essentially as a lineEdit (in which the user can enter the name of a property, ie 'volume'), and the second which is a double spin-box with a numerical value? I also want to allow the user to add new rows to this table during run-time. I am fairly new to Qt (and C++ programming in general), so simple explanations would be really helpful.
Take a look at the "spin box delegate" example in Qt documentation.