mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-04-07 23:43:45 +00:00
refactor: move form stuff out of source code
This commit is contained in:
parent
35dcff90ea
commit
29bce9e07a
8 changed files with 137 additions and 130 deletions
|
|
@ -1,4 +1,5 @@
|
|||
from owrx.controllers.settings import SettingsFormController, Section, SettingsBreadcrumb
|
||||
from owrx.controllers.settings import SettingsFormController, SettingsBreadcrumb
|
||||
from owrx.form.section import Section
|
||||
from owrx.form.input import CheckboxInput, NumberInput, DropdownInput, Js8ProfileCheckboxInput, MultiCheckboxInput, Option
|
||||
from owrx.form.input.wfm import WfmTauValues
|
||||
from owrx.form.input.wsjt import Q65ModeMatrix, WsjtDecodingDepthsInput
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue