Add Kyber to algorithm strings.
[qpwmc.git] / contrib / date.xml
blobebba454d6b0b1d82d2c57f663dfb27e12a214bbd
1 <?xml version="1.0" encoding="UTF-8"?>
2 <PwmdApplicationForm>
3   <name>Date or journal entry</name>
4   <shortDescription>Create an element path based on a calendar date.</shortDescription>
6   <!-- The description may contain HTML. -->
7   <description>
8 &lt;p&gt;
9 Creates an element path by selecting a date in a calendar.
10 &lt;/p&gt;
11 &lt;p&gt;
12 Click &lt;em&gt;&quot;Next&quot;&lt;/em&gt; to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
14 &lt;/p&gt;
15   </description>
17   <!-- This ID is reserved by QPwmc. -->
18   <formRow>
19     <label>Pwmd socket:</label>
20     <whatsThis>The pwmd server to connect to.</whatsThis>
21     <type>lineEdit</type>
22     <placeholderText>Default</placeholderText>
23     <value />
24     <!-- Since the special <id> value is "pwmdSocket", a socket
25          selector will be shown when the added pushbutton is clicked. -->
26     <elementSelector />
27     <id>pwmdSocket</id>
28   </formRow>
30   <!-- This ID is reserved by QPwmc. -->
31   <formRow>
32     <label>Pwmd filename:</label>
33     <type>lineEdit</type>
34     <placeholderText>Required</placeholderText>
35     <value />
36     <elementSelector />
37     <!-- This <id> is also special. It's value is updated when a
38          PwmdDialog returns. -->
39     <id>pwmdFilename</id>
40     <!-- Cannot create an element path without a file to store it
41          to. :) -->
42     <required />
43     <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
44   </formRow>
46   <!-- This ID is reserved by QPwmc. -->
47   <formRow>
48     <label>Root element:</label>
49     <type>lineEdit</type>
50     <placeholderText>Element path...</placeholderText>
51     <!-- This <id> is also special. When the form is used from within
52          a PwmdDialog by opening a form file, instead of a push button
53          to open a PwmdDialog, an element tree is shown instead. Its
54          value is also updated when a PwmdDialog closes. -->
55     <elementSelector />
56     <id>pwmdRootElement</id>
57     <whatsThis>The root element for all other created elements. If not specified then the other elements will be created at the document root.</whatsThis>
58   </formRow>
60   <formRow>
61       <dateSelector />
62       <label>Date:</label>
63       <type>lineEdit</type>
64       <placeholderText>Enter element format...</placeholderText>
65       <required />
66       <whatsThis>Select a year, month and day in the calendar. Use the field below to change the format of the created elements. The default is YYYY/MM/DD.</whatsThis>
67       <childOf>pwmdRootElement</childOf>
68       <value>yyyy&lt;TAB&gt;MM&lt;TAB&gt;dd</value>
69   </formRow>
71 </PwmdApplicationForm>