From e18452ee76b69ddbc1b6140b8f79b2378982c5b3 Mon Sep 17 00:00:00 2001 From: Jeremy Rimpo Date: Thu, 21 Sep 2023 00:02:52 -0500 Subject: Category dialog tweaks for clarity --- src/categoriesdialog.ui | 446 +++++++++++++++++++++++++----------------------- 1 file changed, 232 insertions(+), 214 deletions(-) (limited to 'src') diff --git a/src/categoriesdialog.ui b/src/categoriesdialog.ui index d1966867..4f96d8a6 100644 --- a/src/categoriesdialog.ui +++ b/src/categoriesdialog.ui @@ -1,141 +1,147 @@ - CategoriesDialog - - - - 0 - 0 - 735 - 444 - - - - Categories - - - - - - Qt::Horizontal - - - QDialogButtonBox::Cancel|QDialogButtonBox::Ok - - - - - - - Refresh from Nexus - - - - - - - - 0 - 0 - - - - <-- Import Nexus Cats - - - - - - - Qt::CustomContextMenu - - - true - - - false - - - false - - - QAbstractItemView::DropOnly - - - Qt::IgnoreAction - - - QAbstractItemView::SingleSelection - - - QAbstractItemView::SelectRows - - - Qt::DashLine - - - true - - - false - - - true - - - 26 - - - 100 - - - true - - - false - - - true - - - - ID - - - Internal ID for the category. - - - Internal ID for the category. The categories a mod belongs to are stored by this ID. It is recommended you use new IDs for categories you add instead of re-using existing ones. - - - - - Name - - - The display name of the category. - - - The display name of the category. - - - - - Parent ID - - - If set, the category is defined as a sub-category of another one. Parent ID needs to be a valid category ID. - - - - - Nexus Categories - - - Comma-Separated list of Nexus IDs to be matched to the internal ID. - - - + CategoriesDialog + + + + 0 + 0 + 711 + 434 + + + + Categories + + + + + + Qt::Horizontal + + + QDialogButtonBox::Cancel|QDialogButtonBox::Ok + + + + + + + Refresh from Nexus + + + + + + + + 0 + 0 + + + + <-- Import Nexus Cats + + + + + + + + 0 + 0 + + + + Qt::CustomContextMenu + + + true + + + false + + + false + + + QAbstractItemView::DropOnly + + + Qt::IgnoreAction + + + QAbstractItemView::SingleSelection + + + QAbstractItemView::SelectRows + + + Qt::DashLine + + + true + + + false + + + true + + + 26 + + + 100 + + + true + + + false + + + true + + + + ID + + + Internal ID for the category. + + + Internal ID for the category. The categories a mod belongs to are stored by this ID. It is recommended you use new IDs for categories you add instead of re-using existing ones. + + + + + Name + + + The display name of the category. + + + The display name of the category. + + + + + Parent ID + + + If set, the category is defined as a sub-category of another one. Parent ID needs to be a valid category ID. + + + + + Nexus Categories + + + Comma-Separated list of Nexus IDs to be matched to the internal ID. + + + <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"> <html><head><meta name="qrichtext" content="1" /><style type="text/css"> p, li { white-space: pre-wrap; } @@ -144,83 +150,95 @@ <p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; font-size:8pt;"></p> <p style=" margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px;"><span style=" font-size:8pt;">To find out a category id used by the nexus, visit the categories list of the nexus page and hover over the links there.</span></p></body></html> - - - - - - - - Drag & drop nexus categories from this pane onto the target category on the left. - - - Qt::LeftToRight - - - Nexus Categories - - - - - - - 0 - 0 - - - - true - - - QAbstractItemView::DragOnly - - - - - + + + + + + + + + 0 + 0 + + + + + 16777215 + 16777215 + + + + Drag & drop nexus categories from this pane onto the target category on the left. + + + Qt::LeftToRight + + + Nexus Categories (Drag && Drop to Assign) + + + + + + + 0 + 0 + + + + true + + + QAbstractItemView::DragOnly + + - - - - - CategoriesTable - QTableWidget -
categoriestable.h
-
-
- - - - buttonBox - accepted() - CategoriesDialog - accept() - - - 248 - 254 - - - 157 - 274 - - - - - buttonBox - rejected() - CategoriesDialog - reject() - - - 316 - 260 - - - 286 - 274 - - - - +
+
+ + + + + + CategoriesTable + QTableWidget +
categoriestable.h
+
+
+ + + + buttonBox + accepted() + CategoriesDialog + accept() + + + 248 + 254 + + + 157 + 274 + + + + + buttonBox + rejected() + CategoriesDialog + reject() + + + 316 + 260 + + + 286 + 274 + + + +
-- cgit v1.3.1