User Filter by Logging Station Callsign #524
Unanswered
vazquezrodjoel
asked this question in
Q&A
Replies: 2 comments
-
Not sure if it is something off with my database but I think there may be a
bug in the user filters. If I edit one of my filters the field names are
wrong from what I had them in 39. If I change them to be correct, get out
and back in they are wrong again.
If I load the code and just display the field list in
logbookmodel::getAllFieldNamesTranslation() with a qWarning() << ret;
(sorry I am horrible at debugging at this point in QT), each time I run it
the list changes and it isn't in the proper order.
…On Thu, Nov 28, 2024 at 5:20 PM vazquezrodjoel ***@***.***> wrote:
Hello,
Is there a way to make a User Filter by Logging Station Callsign but by
specific callsign rather than just blank or not? I want to filter my
contacts by my previous callsigns. Blank is also useful in some cases for
log correction when needed, but cant find a way to filter my specific
callsigns.
—
Reply to this email directly, view it on GitHub
<#524>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AUEEMXRKWC37MDZTRYXLSXT2C6QLDAVCNFSM6AAAAABSV7W27WVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGU3TIMZQGE>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I think I found the issue. I will put it in a Pull request but for
fieldNameTranslationMap was defined as QHash instead of QMap. From the
docs a QHash will in a arbitrary order whereas QMap should be in a
consistent order.
Michael, AA5SH
…On Thu, Nov 28, 2024 at 7:56 PM Michael Morgan ***@***.***> wrote:
Not sure if it is something off with my database but I think there may be
a bug in the user filters. If I edit one of my filters the field names are
wrong from what I had them in 39. If I change them to be correct, get out
and back in they are wrong again.
If I load the code and just display the field list in
logbookmodel::getAllFieldNamesTranslation() with a qWarning() << ret;
(sorry I am horrible at debugging at this point in QT), each time I run it
the list changes and it isn't in the proper order.
On Thu, Nov 28, 2024 at 5:20 PM vazquezrodjoel ***@***.***>
wrote:
> Hello,
> Is there a way to make a User Filter by Logging Station Callsign but by
> specific callsign rather than just blank or not? I want to filter my
> contacts by my previous callsigns. Blank is also useful in some cases for
> log correction when needed, but cant find a way to filter my specific
> callsigns.
>
> —
> Reply to this email directly, view it on GitHub
> <#524>, or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/AUEEMXRKWC37MDZTRYXLSXT2C6QLDAVCNFSM6AAAAABSV7W27WVHI2DSMVQWIX3LMV43ERDJONRXK43TNFXW4OZXGU3TIMZQGE>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is there a way to make a User Filter by Logging Station Callsign but by specific callsign rather than just blank or not? I want to filter my contacts by my previous callsigns. Blank is also useful in some cases for log correction when needed, but cant find a way to filter my specific callsigns.
Beta Was this translation helpful? Give feedback.
All reactions