Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Array read/write support in qt_gui_cpp::Settings? #171

Open
martonmiklos opened this issue Feb 3, 2019 · 1 comment
Open

Array read/write support in qt_gui_cpp::Settings? #171

martonmiklos opened this issue Feb 3, 2019 · 1 comment

Comments

@martonmiklos
Copy link

martonmiklos commented Feb 3, 2019

Hello @dirk-thomas

I have came across an use case in an rqt plugin where I needed to save/restore a small but array like data and I have realized that the QSettings like begin{Read/Write}Array functions are not exposed through the qt_gui_cpp::Settings.

By peeking to the source I have seen that there might have been to implement them in the past:
https://github.com/ros-visualization/qt_gui_core/blob/kinetic-devel/qt_gui_cpp/include/qt_gui_cpp/settings.h#L56

Were there any specific reason why these methods have not been implemented?

Many thanks for your answer in advance!

@martonmiklos martonmiklos changed the title Array support in settings? Array read/write support in qt_gui_cpp::Settings? Feb 3, 2019
@dirk-thomas
Copy link
Contributor

I am sorry for the late response. I don't know any reason why it wasn't implemented in the past - maybe it just wasn't needed.

If you are interested in this feature it would be great if you could consider contributing support for this (not sure if the commented API is the best way to go though).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants