简体   繁体   中英

How to store a table of values for multiple uses of program?

I'm using Qt and I would like to store data that is an array in the form of a table for multiple uses of the application. When I only needed a few ints not in the form of a table I just used a text file but if I use that for this it may be a bit unorganized. What would be the best way of doing this.

I find your question a little unclear but it appears to me that you just want to create a table from an array. Here is the documentation on doing so by Qt. For more on arrays I recommend this .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM