diff options
| author | oldmud0 <oldmud0@users.noreply.github.com> | 2021-01-09 15:51:22 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-09 15:51:22 -0600 |
| commit | e65072f8f1e885f7bbade9e9d84fbeea2ef8a097 (patch) | |
| tree | a8d26f3993efb6c59983178341c32e0541174ce5 /include/courtroom.h | |
| parent | ee8c6e3df7eaf7317ff241cd6821c61b1eb0c52a (diff) | |
| parent | 057353e9f6b1aab950fdb746bedeb34f1a579de6 (diff) | |
Merge pull request #392 from AttorneyOnline/in1tiate/label-truncation
Reimplement #149 (label truncation)
Diffstat (limited to 'include/courtroom.h')
| -rw-r--r-- | include/courtroom.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/courtroom.h b/include/courtroom.h index 5fdbbac3..cb1c4583 100644 --- a/include/courtroom.h +++ b/include/courtroom.h @@ -254,6 +254,9 @@ public: void check_connection_received(); + // Truncates text so it fits within theme-specified boundaries and sets the tooltip to the full string + void truncate_label_text(QWidget* p_widget, QString p_identifier); + ~Courtroom(); private: |
