40 class CoordinateConverterEditor;
48 class QCustomTableWidget;
49 class CoordinateProjectionChooser;
56 void resizeEvent(QResizeEvent* event)
override;
57 void showAcceptButton(
bool show);
58 void setupAsPrimary();
59 QSize minimumSizeHint()
const override;
60 void setShowChooserCallback(std::function<
void(
bool show)>& show_chooser_callback);
62 void showSearch(
bool show_search);
64 virtual void showEvent(QShowEvent *event)
override;
66 void setEditable(
bool is_editable);
67 void setProjection(
const UUID& projection);
68 bool event(QEvent* event)
override;
73 std::function<void(
bool show)> m_show_chooser_callback;
75 Ui::CoordinateConverterEditor* ui;
79 bool m_is_dirty =
false;
Definition CoordinateConverterDialog.h:51
void updatedFromUISignal()
Definition CoordinateProjectionChooser.h:14
Definition FontEditor.h:6
Definition BaseValues.hpp:272