-
Notifications
You must be signed in to change notification settings - Fork 25
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enhancement: New QSO entry tab design #725
Comments
I am not using QtDesigner to prevent an additional dependency on another tool. Regarding the proposal itself, it looks very nice, I like most of it. |
I think a state entry box near the locator input is smart because:
The state input box can also be disabled if the callsign isn't American. Or maybe replaced it with a province box. No idea what's smart. Then again, not everyone is American and lives in states. So maybe we shouldn't have it in the first place? This can always be revisited, changed or just removed. Small change. I also agree that tool dependency is a pain and it's wise to avoid that.
This is why I created this issue! I'm glad to hear. |
Looks nice..... Even field "State" is interesting to be used for all the subdivisions I'm working on.... The problem is that depending on the country this field could have different names: States, Prefectures, Oblast, Provinces.... |
Updating the label on that input field after a callsign is entered might be relatively simple. Is this a bad solution? |
I like the improved display density of this proposal as I have complained in the past about the wasted real estate. I am not keen on the 'state' proposal as it's purely US centric. In the UK the WAB (worked all Britain square) would be more useful and in other countries there are probably dozens of other area identifiers, so I don't think the US deserves a special case :) Does ADIF actually cater for custom fields anyway? Surely all this information can be saved in the 'Comment' tab, which BTW should be removed and placed in some of the recovered real estate on the main QSO tab. I find it very inconvenient that a commonly used field is hidden away in another tab, which then hides the main QSO from view while it is being accessed. |
State is not US centric, maybe the label is US centric and we may rename it. We can try to add a name for each primary subdivisions and update the label once the DXCC entity is identified and leave "State" for those DXCC that don't have a name for that primary administrative Subdivision. It would not be difficult. Let's implement first the functionality in the "Other" tab where is today and once it is created, it will be easy to move if needed to another tab. [1] http://www.adif.org/314/ADIF_314.htm#Primary_Administrative_Subdivision |
Please note the improved display density and two notes fields. One field for saving data pertaining to this QSO. The other can act as a "station notes", things you can reference when talking to the station. Something like "Operator likes chocolate, has 2 kids, magloop user, feldhell club member, son studying to become operator himself", etc...
@ea4k It seems the QT Designer can 'compile' a QT design to C++ source. Is there a reason why klog doesn't do that?
That would make updating the UI a lot easier!
The text was updated successfully, but these errors were encountered: