Skip to content

Comments

Add a tooltip to the new 'date column' setting in the GUI when openin…#43

Merged
rtomek merged 1 commit intomasterfrom
feature/pip_support
Jan 14, 2026
Merged

Add a tooltip to the new 'date column' setting in the GUI when openin…#43
rtomek merged 1 commit intomasterfrom
feature/pip_support

Conversation

@rtomek
Copy link
Collaborator

@rtomek rtomek commented Jan 14, 2026

…g a file.

Copilot AI review requested due to automatic review settings January 14, 2026 21:36
@rtomek rtomek merged commit 20e4204 into master Jan 14, 2026
2 of 5 checks passed
Copy link

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This pull request adds a tooltip to the "Date Column" input field in the CSV/TSV file options dialog to help users understand how the date column setting works.

Changes:

  • Added a tooltip to the date_column_line_edit widget explaining date column behavior

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

form_layout.addRow("Name (Plot Titles):", self.name_line_edit)
form_layout.addRow("Description (Drop-Down Menu):", self.description_line_edit)
form_layout.addRow("Date Column:", self.date_column_line_edit)
# add tooltip for date column
Copy link

Copilot AI Jan 14, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The comment should start with a capital letter to be consistent with the project's commenting style. Other comments in this file typically start with capital letters and form complete sentences.

Suggested change
# add tooltip for date column
# Add tooltip for date column

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant