i'm building a QGIS-Plugin and i want the user to choose a CRS out of a combobox in which the coordinates he would enter into some textfields are represented, so these can be converted into another projection.
Is it possible to get a list of all the currently available projections via the PyQGIS-API?
I'm searching the QGIS-API right now, but no luck so far.