23#include "moc_qgsrasterattributetableaddrowdialog.cpp"
25using namespace Qt::StringLiterals;
31 connect( mButtonBox, &QDialogButtonBox::helpRequested,
this, [] {
32 QgsHelp::openHelp( u
"working_with_raster/raster_properties.html#raster-attribute-tables"_s );
39 return mAfter->isChecked();
static void enableAutoGeometryRestore(QWidget *widget, const QString &key=QString())
Register the widget to allow its position to be automatically saved and restored when open and closed...
static void openHelp(const QString &key)
Opens help topic for the given help key using default system web browser.
QgsRasterAttributeTableAddRowDialog(QWidget *parent=nullptr)
Creates a new QgsRasterAttributeTableAddRowDialog.
bool insertAfter() const
Returns true if the desired insertion position for the new row is after the currently selected row,...