1 <?xml version="1.0" encoding="UTF-8"?>
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. -->
9 Creates an element path by selecting a date in a calendar.
12 Click <em>"Next"</em> to proceed to fill out the form.
13 Help is available by right-clicking on a form label.
17 <!-- This ID is reserved by QPwmc. -->
19 <label>Pwmd socket:</label>
20 <whatsThis>The pwmd server to connect to.</whatsThis>
22 <placeholderText>Default</placeholderText>
24 <!-- Since the special <id> value is "pwmdSocket", a socket
25 selector will be shown when the added pushbutton is clicked. -->
30 <!-- This ID is reserved by QPwmc. -->
32 <label>Pwmd filename:</label>
34 <placeholderText>Required</placeholderText>
37 <!-- This <id> is also special. It's value is updated when a
38 PwmdDialog returns. -->
40 <!-- Cannot create an element path without a file to store it
43 <whatsThis>The data file on the pwmd server to open. Required.</whatsThis>
46 <!-- This ID is reserved by QPwmc. -->
48 <label>Root element:</label>
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. -->
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>
64 <placeholderText>Enter element format...</placeholderText>
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<TAB>MM<TAB>dd</value>
71 </PwmdApplicationForm>